#F899CA

Color #F899CA Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #F899CA

Tints of Carnation Pink #F899CA

Color information

#F899CA (or 0xF899CA) is unknown color: approx Carnation Pink. HEX triplet: F8, 99 and CA. RGB value is (248,153,202). Sum of RGB (Red+Green+Blue) = 248+153+202=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 153 (60.16% from 255 or 25.37% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F899CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F899CA is #076635. Grayscale: #BABABA. Windows color (decimal): -484918 or 13277688. OLE color: 13277688.

HSL color Cylindrical-coordinate representation of color #F899CA: hue angle of 329.05º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F899CA is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB248153202-
CMYK00.380.190.03
HSL329.05º87.16%78.63%-
HSV(B)329.05º38.31%97.25%-
XYZ60.764761.75-
YUV186.99136.47171.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 41.13%
GREEN value IS 153 (60.16% from 255) = 25.37%
BLUE value IS 202 (79.30% from 255) = 33.50%
R=41.13%
G=25.37%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815320200.380.190.03329.0587.1678.63
HexF899CA026133149574f
Octal370231312046233511127117
Binary1111100010011001110010100100110100111110100100110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F899CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F899CA; }

 p { color: rgb(248,153,202); }

 H1.HeaderClassName
 {
   color: #F899CA;
 }
 .AnyTagClassName
 {
   color: #F899CA;
 }
</style>
background-color css

<style>
 a { background-color: #F899CA; }

 a { background-color: rgb(248,153,202); }

 div.DivClassName
 {
   background-color: #F899CA;
 }
 .BgClassName
 {
   background-color: #F899CA;
 }
</style>
border-color css

<style>
 span { border-color: #F899CA; }

 span { border-color: rgb(248,153,202); }

 td.TdClassName
 {
   border-color: #F899CA;
 }
 .TagClassName
 {
   border-color: #F899CA;
 }
</style>