#FDAEBA

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

Shades of Light Pink #FDAEBA

Tints of Light Pink #FDAEBA

Color information

#FDAEBA (or 0xFDAEBA) is unknown color: approx Light Pink. HEX triplet: FD, AE and BA. RGB value is (253,174,186). Sum of RGB (Red+Green+Blue) = 253+174+186=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEBA is #025145. Grayscale: #C7C7C7. Windows color (decimal): -151878 or 12234493. OLE color: 12234493.

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

Color convert

RGB253174186-
CMYK00.310.260.01
HSL350.89º95.18%83.73%-
HSV(B)350.89º31.23%99.22%-
XYZ64.5154.753.61-
YUV198.99120.67166.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.27%
GREEN value IS 174 (68.36% from 255) = 28.38%
BLUE value IS 186 (73.05% from 255) = 30.34%
R=41.27%
G=28.38%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317418600.310.260.01350.8995.1883.73
HexFDAEBA01F1A115f5f54
Octal375256272037321537137124
Binary11111101101011101011101001111111010110101111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAEBA; }

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

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

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

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

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

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

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

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