#F9C7BF

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

Shades of Your Pink #F9C7BF

Tints of Your Pink #F9C7BF

Color information

#F9C7BF (or 0xF9C7BF) is unknown color: approx Your Pink. HEX triplet: F9, C7 and BF. RGB value is (249,199,191). Sum of RGB (Red+Green+Blue) = 249+199+191=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C7BF is #063840. Grayscale: #D5D5D5. Windows color (decimal): -407617 or 12568569. OLE color: 12568569.

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

Color convert

RGB249199191-
CMYK00.200.230.02
HSL8.28º82.86%86.27%-
HSV(B)8.28º23.29%97.65%-
XYZ68.8964.7558.16-
YUV213.04115.57153.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.97%
GREEN value IS 199 (78.12% from 255) = 31.14%
BLUE value IS 191 (75% from 255) = 29.89%
R=38.97%
G=31.14%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919919100.200.230.028.2882.8686.27
HexF9C7BF01417285356
Octal37130727702427210123126
Binary1111100111000111101111110101001011110100010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C7BF; }

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

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

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

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

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

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

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

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