Html Css Color HEX #FDADA5 Sundown

📋 copy color: '#FDADA5'

red 253 ◦ green 173 ◦ blue 165

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

Shades of Sundown #FDADA5

Tints of Sundown #FDADA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.92%

R = 42.81%
G = 29.27%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FDADA5 (or 0xFDADA5) is known color: Sundown. HEX triplet: FD, AD and A5. RGB value is (253,173,165). Sum of RGB (Red+Green+Blue) = 253+173+165=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDADA5 is #02525A. Grayscale: #C4C4C4. Windows color (decimal): -152155 or 10857981. OLE color: 10857981.

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

Color convert

RGB 253 173 165 -
CMYK 0 0.32 0.35 0.01
HSL 5.45º 0.96% 0.82% -
HSV(B) 5.45º 0.35% 0.99% -
XYZ 62.24 53.49 42.64 -
YUV 196.01 110.5 168.65 -
System Red Green Blue C M Y K H S L
Decimal 253 173 165 0 0.32 0.35 0.01 5.45 0.96 0.82
Hex FD AD A5 0 20 23 1 5 60 52
Octal 375 255 245 0 40 43 1 5 140 122
Binary 11111101 10101101 10100101 0 100000 100011 1 101 1100000 1010010

Color Harmonies of #FDADA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDADA5

Black with #FDADA5

Text Example


Text Example

White with #FDADA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDADA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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