#F9BBC8

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

Shades of Pink #F9BBC8

Tints of Pink #F9BBC8

Color information

#F9BBC8 (or 0xF9BBC8) is unknown color: approx Pink. HEX triplet: F9, BB and C8. RGB value is (249,187,200). Sum of RGB (Red+Green+Blue) = 249+187+200=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 200 (78.52% from 255 or 31.45% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBC8 is #064437. Grayscale: #CFCFCF. Windows color (decimal): -410680 or 13155321. OLE color: 13155321.

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

Color convert

RGB249187200-
CMYK00.250.200.02
HSL347.42º83.78%85.49%-
HSV(B)347.42º24.9%97.65%-
XYZ67.2659.8562.65-
YUV207.02124.04157.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.15%
GREEN value IS 187 (73.44% from 255) = 29.40%
BLUE value IS 200 (78.52% from 255) = 31.45%
R=39.15%
G=29.40%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918720000.250.200.02347.4283.7885.49
HexF9BBC801914215b5455
Octal371273310031242533124125
Binary111110011011101111001000011001101001010101101110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BBC8; }

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

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

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

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

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

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

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

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