#F899CC

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

Shades of Carnation Pink #F899CC

Tints of Carnation Pink #F899CC

Color information

#F899CC (or 0xF899CC) is unknown color: approx Carnation Pink. HEX triplet: F8, 99 and CC. RGB value is (248,153,204). Sum of RGB (Red+Green+Blue) = 248+153+204=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F899CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F899CC is #076633. Grayscale: #BBBBBB. Windows color (decimal): -484916 or 13408760. OLE color: 13408760.

HSL color Cylindrical-coordinate representation of color #F899CC: hue angle of 327.79º 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 #F899CC is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB248153204-
CMYK00.380.180.03
HSL327.79º87.16%78.63%-
HSV(B)327.79º38.31%97.25%-
XYZ6147.163-
YUV187.22137.47171.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.99%
GREEN value IS 153 (60.16% from 255) = 25.29%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=40.99%
G=25.29%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815320400.380.180.03327.7987.1678.63
HexF899CC026123148574f
Octal370231314046223510127117
Binary1111100010011001110011000100110100101110100100010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F899CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F899CC; }

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

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

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

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

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

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

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

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