#F9A8CB

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

Shades of Carnation Pink #F9A8CB

Tints of Carnation Pink #F9A8CB

Color information

#F9A8CB (or 0xF9A8CB) is unknown color: approx Carnation Pink. HEX triplet: F9, A8 and CB. RGB value is (249,168,203). Sum of RGB (Red+Green+Blue) = 249+168+203=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 168 (66.02% from 255 or 27.10% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A8CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A8CB is #065734. Grayscale: #C4C4C4. Windows color (decimal): -415541 or 13347065. OLE color: 13347065.

HSL color Cylindrical-coordinate representation of color #F9A8CB: hue angle of 334.07º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9A8CB is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249168203-
CMYK00.330.180.02
HSL334.07º87.1%81.76%-
HSV(B)334.07º32.53%97.65%-
XYZ63.8552.4663.26-
YUV196.21131.84165.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.16%
GREEN value IS 168 (66.02% from 255) = 27.10%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=40.16%
G=27.10%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916820300.330.180.02334.0787.181.76
HexF9A8CB02112214e5752
Octal371250313041222516127122
Binary1111100110101000110010110100001100101010100111010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A8CB; }

 p { color: rgb(249,168,203); }

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

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

 a { background-color: rgb(249,168,203); }

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

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

 span { border-color: rgb(249,168,203); }

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