#F9C7BD

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

Shades of Your Pink #F9C7BD

Tints of Your Pink #F9C7BD

Color information

#F9C7BD (or 0xF9C7BD) is unknown color: approx Your Pink. HEX triplet: F9, C7 and BD. RGB value is (249,199,189). Sum of RGB (Red+Green+Blue) = 249+199+189=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C7BD is #063842. Grayscale: #D4D4D4. Windows color (decimal): -407619 or 12437497. OLE color: 12437497.

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

Color convert

RGB249199189-
CMYK00.200.240.02
HSL10º83.33%85.88%-
HSV(B)10º24.1%97.65%-
XYZ68.6864.6657.01-
YUV212.81114.57153.81-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.09%
GREEN value IS 199 (78.12% from 255) = 31.24%
BLUE value IS 189 (74.22% from 255) = 29.67%
R=39.09%
G=31.24%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919918900.200.240.021083.3385.88
HexF9C7BD014182a5356
Octal37130727502430212123126
Binary1111100111000111101111010101001100010101010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C7BD; }

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

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

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

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

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

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

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

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