#FDBBB7

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

Shades of Your Pink #FDBBB7

Tints of Your Pink #FDBBB7

Color information

#FDBBB7 (or 0xFDBBB7) is unknown color: approx Your Pink. HEX triplet: FD, BB and B7. RGB value is (253,187,183). Sum of RGB (Red+Green+Blue) = 253+187+183=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 183 (71.88% from 255 or 29.37% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBB7 is #024448. Grayscale: #CECECE. Windows color (decimal): -148553 or 12041213. OLE color: 12041213.

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

Color convert

RGB253187183-
CMYK00.260.280.01
HSL3.43º94.59%85.49%-
HSV(B)3.43º27.67%99.22%-
XYZ66.8359.8452.83-
YUV206.28114.87161.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 187 (73.44% from 255) = 30.02%
BLUE value IS 183 (71.88% from 255) = 29.37%
R=40.61%
G=30.02%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318718300.260.280.013.4394.5985.49
HexFDBBB701A1C135f55
Octal3752732670323413137125
Binary1111110110111011101101110110101110011110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBB7; }

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

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

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

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

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

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

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

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