#FDAEB4

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

Shades of Light Pink #FDAEB4

Tints of Light Pink #FDAEB4

Color information

#FDAEB4 (or 0xFDAEB4) is unknown color: approx Light Pink. HEX triplet: FD, AE and B4. RGB value is (253,174,180). Sum of RGB (Red+Green+Blue) = 253+174+180=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEB4 is #02514B. Grayscale: #C6C6C6. Windows color (decimal): -151884 or 11841277. OLE color: 11841277.

HSL color Cylindrical-coordinate representation of color #FDAEB4: hue angle of 355.44º 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 #FDAEB4 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB253174180-
CMYK00.310.290.01
HSL355.44º95.18%83.73%-
HSV(B)355.44º31.23%99.22%-
XYZ63.8854.4550.32-
YUV198.3117.67167.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.68%
GREEN value IS 174 (68.36% from 255) = 28.67%
BLUE value IS 180 (70.70% from 255) = 29.65%
R=41.68%
G=28.67%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317418000.310.290.01355.4495.1883.73
HexFDAEB401F1D11635f54
Octal375256264037351543137124
Binary11111101101011101011010001111111101110110001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAEB4; }

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

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

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

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

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

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

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

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