#F9A0CB

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

Shades of Carnation Pink #F9A0CB

Tints of Carnation Pink #F9A0CB

Color information

#F9A0CB (or 0xF9A0CB) is unknown color: approx Carnation Pink. HEX triplet: F9, A0 and CB. RGB value is (249,160,203). Sum of RGB (Red+Green+Blue) = 249+160+203=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A0CB is #065F34. Grayscale: #BFBFBF. Windows color (decimal): -417589 or 13345017. OLE color: 13345017.

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

Color convert

RGB249160203-
CMYK00.360.180.02
HSL331.01º88.12%80.2%-
HSV(B)331.01º35.74%97.65%-
XYZ62.4249.5962.78-
YUV191.51134.49169-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.69%
GREEN value IS 160 (62.89% from 255) = 26.14%
BLUE value IS 203 (79.69% from 255) = 33.17%
R=40.69%
G=26.14%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916020300.360.180.02331.0188.1280.2
HexF9A0CB02412214b5850
Octal371240313044222513130120
Binary1111100110100000110010110100100100101010100101110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A0CB; }

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

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

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

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

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

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

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

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