Html Css Color HEX #FDB0A9 Sundown

📋 copy color: '#FDB0A9'

red 253 ◦ green 176 ◦ blue 169

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

Shades of Sundown #FDB0A9

Tints of Sundown #FDB0A9

RGB

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

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

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

R = 42.31%
G = 29.43%
B = 28.26%

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

#FDB0A9 (or 0xFDB0A9) is known color: Sundown. HEX triplet: FD, B0 and A9. RGB value is (253,176,169). Sum of RGB (Red+Green+Blue) = 253+176+169=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 169 (66.41% from 255 or 28.26% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB0A9 is #024F56. Grayscale: #C6C6C6. Windows color (decimal): -151383 or 11120893. OLE color: 11120893.

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

Color convert

RGB 253 176 169 -
CMYK 0 0.30 0.33 0.01
HSL 0.95% 0.83% -
HSV(B) 0.33% 0.99% -
XYZ 63.19 54.8 44.78 -
YUV 198.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 253 176 169 0 0.30 0.33 0.01 5 0.95 0.83
Hex FD B0 A9 0 1E 21 1 5 5F 53
Octal 375 260 251 0 36 41 1 5 137 123
Binary 11111101 10110000 10101001 0 11110 100001 1 101 1011111 1010011

Color Harmonies of #FDB0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB0A9

Black with #FDB0A9

Text Example


Text Example

White with #FDB0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB0A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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