#FDA8AE

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

Shades of Light Pink #FDA8AE

Tints of Light Pink #FDA8AE

Color information

#FDA8AE (or 0xFDA8AE) is unknown color: approx Light Pink. HEX triplet: FD, A8 and AE. RGB value is (253,168,174). Sum of RGB (Red+Green+Blue) = 253+168+174=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA8AE is #025751. Grayscale: #C2C2C2. Windows color (decimal): -153426 or 11446525. OLE color: 11446525.

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

Color convert

RGB253168174-
CMYK00.340.310.01
HSL355.76º95.51%82.55%-
HSV(B)355.76º33.6%99.22%-
XYZ62.1551.9446.79-
YUV194.1116.66170.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 168 (66.02% from 255) = 28.24%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=42.52%
G=28.24%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316817400.340.310.01355.7695.5182.55
HexFDA8AE0221F11646053
Octal375250256042371544140123
Binary111111011010100010101110010001011111110110010011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA8AE; }

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

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

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

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

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

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

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

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