Html Css Color HEX #FDAEAA Sundown

📋 copy color: '#FDAEAA'

red 253 ◦ green 174 ◦ blue 170

#FDAEAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundown #FDAEAA

Tints of Sundown #FDAEAA

RGB

 RED value IS 253 (99.22% from 255) = 42.38%

 GREEN value IS 174 (68.36% from 255) = 29.15%

 BLUE value IS 170 (66.8% from 255) = 28.48%

R = 42.38%
G = 29.15%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDAEAA (or 0xFDAEAA) is known color: Sundown. HEX triplet: FD, AE and AA. RGB value is (253,174,170). Sum of RGB (Red+Green+Blue) = 253+174+170=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAEAA is #025155. Grayscale: #C5C5C5. Windows color (decimal): -151894 or 11185917. OLE color: 11185917.

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

Color convert

RGB 253 174 170 -
CMYK 0 0.31 0.33 0.01
HSL 2.89º 0.95% 0.83% -
HSV(B) 2.89º 0.33% 0.99% -
XYZ 62.9 54.06 45.15 -
YUV 197.17 112.67 167.83 -
System Red Green Blue C M Y K H S L
Decimal 253 174 170 0 0.31 0.33 0.01 2.89 0.95 0.83
Hex FD AE AA 0 1F 21 1 3 5F 53
Octal 375 256 252 0 37 41 1 3 137 123
Binary 11111101 10101110 10101010 0 11111 100001 1 11 1011111 1010011

Color Harmonies of #FDAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAEAA

Black with #FDAEAA

Text Example


Text Example

White with #FDAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAEAA; }

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

 H1.HeaderClassName
 {
   color: #FDAEAA;
 }
 .AnyTagClassName
 {
   color: #FDAEAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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