#FBC9CE

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

Shades of Pink #FBC9CE

Tints of Pink #FBC9CE

Color information

#FBC9CE (or 0xFBC9CE) is unknown color: approx Pink. HEX triplet: FB, C9 and CE. RGB value is (251,201,206). Sum of RGB (Red+Green+Blue) = 251+201+206=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9CE is #043631. Grayscale: #D8D8D8. Windows color (decimal): -276018 or 13552123. OLE color: 13552123.

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

Color convert

RGB251201206-
CMYK00.200.180.02
HSL354º86.21%88.63%-
HSV(B)354º19.92%98.43%-
XYZ71.8166.7467.49-
YUV216.52122.07152.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.15%
GREEN value IS 201 (78.91% from 255) = 30.55%
BLUE value IS 206 (80.86% from 255) = 31.31%
R=38.15%
G=30.55%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120120600.200.180.0235486.2188.63
HexFBC9CE0141221625659
Octal373311316024222542126131
Binary111110111100100111001110010100100101010110001010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC9CE; }

 p { color: rgb(251,201,206); }

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

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

 a { background-color: rgb(251,201,206); }

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

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

 span { border-color: rgb(251,201,206); }

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