#FBC5BF

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

Shades of Your Pink #FBC5BF

Tints of Your Pink #FBC5BF

Color information

#FBC5BF (or 0xFBC5BF) is unknown color: approx Your Pink. HEX triplet: FB, C5 and BF. RGB value is (251,197,191). Sum of RGB (Red+Green+Blue) = 251+197+191=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5BF is #043A40. Grayscale: #D4D4D4. Windows color (decimal): -277057 or 12568059. OLE color: 12568059.

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

Color convert

RGB251197191-
CMYK00.220.240.02
HSL88.24%86.67%-
HSV(B)23.9%98.43%-
XYZ69.1564.258.04-
YUV212.46115.89155.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.28%
GREEN value IS 197 (77.34% from 255) = 30.83%
BLUE value IS 191 (75% from 255) = 29.89%
R=39.28%
G=30.83%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119719100.220.240.02688.2486.67
HexFBC5BF01618265857
Octal3733052770263026130127
Binary111110111100010110111111010110110001011010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC5BF; }

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

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

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

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

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

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

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

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