#FBC5CF

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

Shades of Pink #FBC5CF

Tints of Pink #FBC5CF

Color information

#FBC5CF (or 0xFBC5CF) is unknown color: approx Pink. HEX triplet: FB, C5 and CF. RGB value is (251,197,207). Sum of RGB (Red+Green+Blue) = 251+197+207=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5CF is #043A30. Grayscale: #D6D6D6. Windows color (decimal): -277041 or 13616635. OLE color: 13616635.

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

Color convert

RGB251197207-
CMYK00.220.180.02
HSL348.89º87.1%87.84%-
HSV(B)348.89º21.51%98.43%-
XYZ71.0164.9567.82-
YUV214.29123.89154.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.32%
GREEN value IS 197 (77.34% from 255) = 30.08%
BLUE value IS 207 (81.25% from 255) = 31.60%
R=38.32%
G=30.08%
B=31.60%

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
Decimal25119720700.220.180.02348.8987.187.84
HexFBC5CF01612215d5758
Octal373305317026222535127130
Binary111110111100010111001111010110100101010101110110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC5CF; }

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

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

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

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

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

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

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

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