#FDA5AE

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

Shades of Light Pink #FDA5AE

Tints of Light Pink #FDA5AE

Color information

#FDA5AE (or 0xFDA5AE) is unknown color: approx Light Pink. HEX triplet: FD, A5 and AE. RGB value is (253,165,174). Sum of RGB (Red+Green+Blue) = 253+165+174=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 174 (68.36% from 255 or 29.39% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA5AE is #025A51. Grayscale: #C0C0C0. Windows color (decimal): -154194 or 11445757. OLE color: 11445757.

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

Color convert

RGB253165174-
CMYK00.350.310.01
HSL353.86º95.65%81.96%-
HSV(B)353.86º34.78%99.22%-
XYZ61.650.8546.61-
YUV192.34117.65171.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.74%
GREEN value IS 165 (64.84% from 255) = 27.87%
BLUE value IS 174 (68.36% from 255) = 29.39%
R=42.74%
G=27.87%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316517400.350.310.01353.8695.6581.96
HexFDA5AE0231F11626052
Octal375245256043371542140122
Binary111111011010010110101110010001111111110110001011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA5AE; }

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

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

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

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

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

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

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

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