#F9C9C0

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

Shades of Your Pink #F9C9C0

Tints of Your Pink #F9C9C0

Color information

#F9C9C0 (or 0xF9C9C0) is unknown color: approx Your Pink. HEX triplet: F9, C9 and C0. RGB value is (249,201,192). Sum of RGB (Red+Green+Blue) = 249+201+192=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 201 (78.91% from 255 or 31.31% from 642); Blue value is 192 (75.39% from 255 or 29.91% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C9C0 is #06363F. Grayscale: #D6D6D6. Windows color (decimal): -407104 or 12634617. OLE color: 12634617.

HSL color Cylindrical-coordinate representation of color #F9C9C0: hue angle of 9.47º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9C9C0 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB249201192-
CMYK00.190.230.02
HSL9.47º82.61%86.47%-
HSV(B)9.47º22.89%97.65%-
XYZ69.4765.7258.89-
YUV214.33115.4152.73-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.79%
GREEN value IS 201 (78.91% from 255) = 31.31%
BLUE value IS 192 (75.39% from 255) = 29.91%
R=38.79%
G=31.31%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920119200.190.230.029.4782.6186.47
HexF9C9C001317295356
Octal37131130002327211123126
Binary1111100111001001110000000100111011110100110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C9C0; }

 p { color: rgb(249,201,192); }

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

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

 a { background-color: rgb(249,201,192); }

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

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

 span { border-color: rgb(249,201,192); }

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