#F9C8BD

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

Shades of Your Pink #F9C8BD

Tints of Your Pink #F9C8BD

Color information

#F9C8BD (or 0xF9C8BD) is unknown color: approx Your Pink. HEX triplet: F9, C8 and BD. RGB value is (249,200,189). Sum of RGB (Red+Green+Blue) = 249+200+189=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C8BD is #063742. Grayscale: #D5D5D5. Windows color (decimal): -407363 or 12437753. OLE color: 12437753.

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

Color convert

RGB249200189-
CMYK00.200.240.02
HSL11º83.33%85.88%-
HSV(B)11º24.1%97.65%-
XYZ68.9165.1257.08-
YUV213.4114.23153.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.03%
GREEN value IS 200 (78.52% from 255) = 31.35%
BLUE value IS 189 (74.22% from 255) = 29.62%
R=39.03%
G=31.35%
B=29.62%

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
Decimal24920018900.200.240.021183.3385.88
HexF9C8BD014182b5356
Octal37131027502430213123126
Binary1111100111001000101111010101001100010101110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C8BD; }

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

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

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

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

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

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

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

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