Html Css Color HEX #FDACAA Sundown

📋 copy color: '#FDACAA'

red 253 ◦ green 172 ◦ blue 170

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

Shades of Sundown #FDACAA

Tints of Sundown #FDACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.91%

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

R = 42.52%
G = 28.91%
B = 28.57%

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

#FDACAA (or 0xFDACAA) is known color: Sundown. HEX triplet: FD, AC and AA. RGB value is (253,172,170). Sum of RGB (Red+Green+Blue) = 253+172+170=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDACAA is #025355. Grayscale: #C4C4C4. Windows color (decimal): -152406 or 11185405. OLE color: 11185405.

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

Color convert

RGB 253 172 170 -
CMYK 0 0.32 0.33 0.01
HSL 1.45º 0.95% 0.83% -
HSV(B) 1.45º 0.33% 0.99% -
XYZ 62.52 53.29 45.02 -
YUV 195.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 253 172 170 0 0.32 0.33 0.01 1.45 0.95 0.83
Hex FD AC AA 0 20 21 1 1 5F 53
Octal 375 254 252 0 40 41 1 1 137 123
Binary 11111101 10101100 10101010 0 100000 100001 1 1 1011111 1010011

Color Harmonies of #FDACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACAA

Black with #FDACAA

Text Example


Text Example

White with #FDACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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