Html Css Color HEX #FDB0AA Sundown

📋 copy color: '#FDB0AA'

red 253 ◦ green 176 ◦ blue 170

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

Shades of Sundown #FDB0AA

Tints of Sundown #FDB0AA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.38%

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

R = 42.24%
G = 29.38%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDB0AA (or 0xFDB0AA) is known color: Sundown. HEX triplet: FD, B0 and AA. RGB value is (253,176,170). Sum of RGB (Red+Green+Blue) = 253+176+170=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB0AA is #024F55. Grayscale: #C6C6C6. Windows color (decimal): -151382 or 11186429. OLE color: 11186429.

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

Color convert

RGB 253 176 170 -
CMYK 0 0.30 0.33 0.01
HSL 4.34º 0.95% 0.83% -
HSV(B) 4.34º 0.33% 0.99% -
XYZ 63.29 54.84 45.28 -
YUV 198.34 112.01 166.99 -
System Red Green Blue C M Y K H S L
Decimal 253 176 170 0 0.30 0.33 0.01 4.34 0.95 0.83
Hex FD B0 AA 0 1E 21 1 4 5F 53
Octal 375 260 252 0 36 41 1 4 137 123
Binary 11111101 10110000 10101010 0 11110 100001 1 100 1011111 1010011

Color Harmonies of #FDB0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB0AA

Black with #FDB0AA

Text Example


Text Example

White with #FDB0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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