#FBC5CE

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

Shades of Pink #FBC5CE

Tints of Pink #FBC5CE

Color information

#FBC5CE (or 0xFBC5CE) is unknown color: approx Pink. HEX triplet: FB, C5 and CE. RGB value is (251,197,206). Sum of RGB (Red+Green+Blue) = 251+197+206=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5CE is #043A31. Grayscale: #D6D6D6. Windows color (decimal): -277042 or 13551099. OLE color: 13551099.

HSL color Cylindrical-coordinate representation of color #FBC5CE: hue angle of 350º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBC5CE is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251197206-
CMYK00.220.180.02
HSL350º87.1%87.84%-
HSV(B)350º21.51%98.43%-
XYZ70.8964.967.18-
YUV214.17123.39154.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 197 (77.34% from 255) = 30.12%
BLUE value IS 206 (80.86% from 255) = 31.50%
R=38.38%
G=30.12%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119720600.220.180.0235087.187.84
HexFBC5CE01612215e5758
Octal373305316026222536127130
Binary111110111100010111001110010110100101010101111010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC5CE; }

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

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

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

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

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

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

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

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