Html Css Color HEX #FDAEAC Sundown

📋 copy color: '#FDAEAC'

red 253 ◦ green 174 ◦ blue 172

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

Shades of Sundown #FDAEAC

Tints of Sundown #FDAEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.71%

R = 42.24%
G = 29.05%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDAEAC (or 0xFDAEAC) is known color: Sundown. HEX triplet: FD, AE and AC. RGB value is (253,174,172). Sum of RGB (Red+Green+Blue) = 253+174+172=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAEAC is #025153. Grayscale: #C5C5C5. Windows color (decimal): -151892 or 11316989. OLE color: 11316989.

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

Color convert

RGB 253 174 172 -
CMYK 0 0.31 0.32 0.01
HSL 1.48º 0.95% 0.83% -
HSV(B) 1.48º 0.32% 0.99% -
XYZ 63.09 54.13 46.15 -
YUV 197.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 253 174 172 0 0.31 0.32 0.01 1.48 0.95 0.83
Hex FD AE AC 0 1F 20 1 1 5F 53
Octal 375 256 254 0 37 40 1 1 137 123
Binary 11111101 10101110 10101100 0 11111 100000 1 1 1011111 1010011

Color Harmonies of #FDAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAEAC

Black with #FDAEAC

Text Example


Text Example

White with #FDAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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