#FDBBB8

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

Shades of Your Pink #FDBBB8

Tints of Your Pink #FDBBB8

Color information

#FDBBB8 (or 0xFDBBB8) is unknown color: approx Your Pink. HEX triplet: FD, BB and B8. RGB value is (253,187,184). Sum of RGB (Red+Green+Blue) = 253+187+184=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 184 (72.27% from 255 or 29.49% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBB8 is #024447. Grayscale: #CECECE. Windows color (decimal): -148552 or 12106749. OLE color: 12106749.

HSL color Cylindrical-coordinate representation of color #FDBBB8: hue angle of 2.61º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDBBB8 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB253187184-
CMYK00.260.270.01
HSL2.61º94.52%85.69%-
HSV(B)2.61º27.27%99.22%-
XYZ66.9359.8853.38-
YUV206.39115.37161.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.54%
GREEN value IS 187 (73.44% from 255) = 29.97%
BLUE value IS 184 (72.27% from 255) = 29.49%
R=40.54%
G=29.97%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318718400.260.270.012.6194.5285.69
HexFDBBB801A1B135f56
Octal3752732700323313137126
Binary1111110110111011101110000110101101111110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBB8; }

 p { color: rgb(253,187,184); }

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

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

 a { background-color: rgb(253,187,184); }

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

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

 span { border-color: rgb(253,187,184); }

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