#F9CABF

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

Shades of Your Pink #F9CABF

Tints of Your Pink #F9CABF

Color information

#F9CABF (or 0xF9CABF) is unknown color: approx Your Pink. HEX triplet: F9, CA and BF. RGB value is (249,202,191). Sum of RGB (Red+Green+Blue) = 249+202+191=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CABF is #063540. Grayscale: #D6D6D6. Windows color (decimal): -406849 or 12569337. OLE color: 12569337.

HSL color Cylindrical-coordinate representation of color #F9CABF: hue angle of 11.38º 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 #F9CABF is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB249202191-
CMYK00.190.230.02
HSL11.38º82.86%86.27%-
HSV(B)11.38º23.29%97.65%-
XYZ69.5966.1458.39-
YUV214.8114.57152.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.79%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 191 (75% from 255) = 29.75%
R=38.79%
G=31.46%
B=29.75%

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
Decimal24920219100.190.230.0211.3882.8686.27
HexF9CABF013172b5356
Octal37131227702327213123126
Binary1111100111001010101111110100111011110101110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CABF; }

 p { color: rgb(249,202,191); }

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

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

 a { background-color: rgb(249,202,191); }

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

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

 span { border-color: rgb(249,202,191); }

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