#FDBBBA

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

Shades of Your Pink #FDBBBA

Tints of Your Pink #FDBBBA

Color information

#FDBBBA (or 0xFDBBBA) is unknown color: approx Your Pink. HEX triplet: FD, BB and BA. RGB value is (253,187,186). Sum of RGB (Red+Green+Blue) = 253+187+186=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBBA is #024445. Grayscale: #CECECE. Windows color (decimal): -148550 or 12237821. OLE color: 12237821.

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

Color convert

RGB253187186-
CMYK00.260.260.01
HSL0.9º94.37%86.08%-
HSV(B)0.9º26.48%99.22%-
XYZ67.1459.9754.49-
YUV206.62116.37161.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.42%
GREEN value IS 187 (73.44% from 255) = 29.87%
BLUE value IS 186 (73.05% from 255) = 29.71%
R=40.42%
G=29.87%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318718600.260.260.010.994.3786.08
HexFDBBBA01A1A115e56
Octal3752732720323211136126
Binary111111011011101110111010011010110101110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBBA; }

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

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

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

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

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

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

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

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