Html Css Color HEX #FDB0AD Sundown

📋 copy color: '#FDB0AD'

red 253 ◦ green 176 ◦ blue 173

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

Shades of Sundown #FDB0AD

Tints of Sundown #FDB0AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.74%

R = 42.03%
G = 29.24%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDB0AD (or 0xFDB0AD) is known color: Sundown. HEX triplet: FD, B0 and AD. RGB value is (253,176,173). Sum of RGB (Red+Green+Blue) = 253+176+173=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB0AD is #024F52. Grayscale: #C6C6C6. Windows color (decimal): -151379 or 11383037. OLE color: 11383037.

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

Color convert

RGB 253 176 173 -
CMYK 0 0.30 0.32 0.01
HSL 2.25º 0.95% 0.84% -
HSV(B) 2.25º 0.32% 0.99% -
XYZ 63.58 54.95 46.79 -
YUV 198.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 253 176 173 0 0.30 0.32 0.01 2.25 0.95 0.84
Hex FD B0 AD 0 1E 20 1 2 5F 54
Octal 375 260 255 0 36 40 1 2 137 124
Binary 11111101 10110000 10101101 0 11110 100000 1 10 1011111 1010100

Color Harmonies of #FDB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB0AD

Black with #FDB0AD

Text Example


Text Example

White with #FDB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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