Html Css Color HEX #FDADA9 Sundown

📋 copy color: '#FDADA9'

red 253 ◦ green 173 ◦ blue 169

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

Shades of Sundown #FDADA9

Tints of Sundown #FDADA9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.08%

 BLUE value IS 169 (66.41% from 255) = 28.4%

R = 42.52%
G = 29.08%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDADA9 (or 0xFDADA9) is known color: Sundown. HEX triplet: FD, AD and A9. RGB value is (253,173,169). Sum of RGB (Red+Green+Blue) = 253+173+169=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDADA9 is #025256. Grayscale: #C4C4C4. Windows color (decimal): -152151 or 11120125. OLE color: 11120125.

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

Color convert

RGB 253 173 169 -
CMYK 0 0.32 0.33 0.01
HSL 2.86º 0.95% 0.83% -
HSV(B) 2.86º 0.33% 0.99% -
XYZ 62.61 53.63 44.59 -
YUV 196.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 253 173 169 0 0.32 0.33 0.01 2.86 0.95 0.83
Hex FD AD A9 0 20 21 1 3 5F 53
Octal 375 255 251 0 40 41 1 3 137 123
Binary 11111101 10101101 10101001 0 100000 100001 1 11 1011111 1010011

Color Harmonies of #FDADA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDADA9

Black with #FDADA9

Text Example


Text Example

White with #FDADA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDADA9; }

 p { color: rgb(253,173,169); }

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

background-color css

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

 a { background-color: rgb(253,173,169); }

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

border-color css

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

 span { border-color: rgb(253,173,169); }

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