#FDAEAF

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

Shades of Light Pink #FDAEAF

Tints of Light Pink #FDAEAF

Color information

#FDAEAF (or 0xFDAEAF) is unknown color: approx Light Pink. HEX triplet: FD, AE and AF. RGB value is (253,174,175). Sum of RGB (Red+Green+Blue) = 253+174+175=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAEAF is #025150. Grayscale: #C5C5C5. Windows color (decimal): -151889 or 11513597. OLE color: 11513597.

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

Color convert

RGB253174175-
CMYK00.310.310.01
HSL359.24º95.18%83.73%-
HSV(B)359.24º31.23%99.22%-
XYZ63.3854.2547.69-
YUV197.73115.17167.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.03%
GREEN value IS 174 (68.36% from 255) = 28.90%
BLUE value IS 175 (68.75% from 255) = 29.07%
R=42.03%
G=28.90%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317417500.310.310.01359.2495.1883.73
HexFDAEAF01F1F11675f54
Octal375256257037371547137124
Binary11111101101011101010111101111111111110110011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAEAF; }

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

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

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

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

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

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

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

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