#F9BCC8

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

Shades of Pink #F9BCC8

Tints of Pink #F9BCC8

Color information

#F9BCC8 (or 0xF9BCC8) is unknown color: approx Pink. HEX triplet: F9, BC and C8. RGB value is (249,188,200). Sum of RGB (Red+Green+Blue) = 249+188+200=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCC8 is #064337. Grayscale: #CFCFCF. Windows color (decimal): -410424 or 13155577. OLE color: 13155577.

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

Color convert

RGB249188200-
CMYK00.240.200.02
HSL348.2º83.56%85.69%-
HSV(B)348.2º24.5%97.65%-
XYZ67.4860.2862.72-
YUV207.61123.71157.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.09%
GREEN value IS 188 (73.83% from 255) = 29.51%
BLUE value IS 200 (78.52% from 255) = 31.40%
R=39.09%
G=29.51%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918820000.240.200.02348.283.5685.69
HexF9BCC801814215c5456
Octal371274310030242534124126
Binary111110011011110011001000011000101001010101110010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BCC8; }

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

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

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

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

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

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

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

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