#FDABBE

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

Shades of Light Pink #FDABBE

Tints of Light Pink #FDABBE

Color information

#FDABBE (or 0xFDABBE) is unknown color: approx Light Pink. HEX triplet: FD, AB and BE. RGB value is (253,171,190). Sum of RGB (Red+Green+Blue) = 253+171+190=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABBE is #025441. Grayscale: #C5C5C5. Windows color (decimal): -152642 or 12495869. OLE color: 12495869.

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

Color convert

RGB253171190-
CMYK00.320.250.01
HSL346.1º95.35%83.14%-
HSV(B)346.1º32.41%99.22%-
XYZ64.3753.7355.69-
YUV197.68123.67167.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.21%
GREEN value IS 171 (67.19% from 255) = 27.85%
BLUE value IS 190 (74.61% from 255) = 30.94%
R=41.21%
G=27.85%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317119000.320.250.01346.195.3583.14
HexFDABBE02019115a5f53
Octal375253276040311532137123
Binary111111011010101110111110010000011001110101101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDABBE; }

 p { color: rgb(253,171,190); }

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

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

 a { background-color: rgb(253,171,190); }

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

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

 span { border-color: rgb(253,171,190); }

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