#FBC5CB

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

Shades of Pink #FBC5CB

Tints of Pink #FBC5CB

Color information

#FBC5CB (or 0xFBC5CB) is unknown color: approx Pink. HEX triplet: FB, C5 and CB. RGB value is (251,197,203). Sum of RGB (Red+Green+Blue) = 251+197+203=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 197 (77.34% from 255 or 30.26% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5CB is #043A34. Grayscale: #D5D5D5. Windows color (decimal): -277045 or 13354491. OLE color: 13354491.

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

Color convert

RGB251197203-
CMYK00.220.190.02
HSL353.33º87.1%87.84%-
HSV(B)353.33º21.51%98.43%-
XYZ70.5364.7565.28-
YUV213.83121.89154.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.56%
GREEN value IS 197 (77.34% from 255) = 30.26%
BLUE value IS 203 (79.69% from 255) = 31.18%
R=38.56%
G=30.26%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119720300.220.190.02353.3387.187.84
HexFBC5CB0161321615758
Octal373305313026232541127130
Binary111110111100010111001011010110100111010110000110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC5CB; }

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

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

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

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

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

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

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

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