#F9C4BF

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

Shades of Your Pink #F9C4BF

Tints of Your Pink #F9C4BF

Color information

#F9C4BF (or 0xF9C4BF) is unknown color: approx Your Pink. HEX triplet: F9, C4 and BF. RGB value is (249,196,191). Sum of RGB (Red+Green+Blue) = 249+196+191=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C4BF is #063B40. Grayscale: #D3D3D3. Windows color (decimal): -408385 or 12567801. OLE color: 12567801.

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

Color convert

RGB249196191-
CMYK00.210.230.02
HSL5.17º82.86%86.27%-
HSV(B)5.17º23.29%97.65%-
XYZ68.2163.3857.93-
YUV211.28116.56154.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.15%
GREEN value IS 196 (76.95% from 255) = 30.82%
BLUE value IS 191 (75% from 255) = 30.03%
R=39.15%
G=30.82%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919619100.210.230.025.1782.8686.27
HexF9C4BF01517255356
Octal3713042770252725123126
Binary111110011100010010111111010101101111010110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C4BF; }

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

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

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

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

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

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

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

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