Html Css Color HEX #FDB2A9 Sundown

📋 copy color: '#FDB2A9'

red 253 ◦ green 178 ◦ blue 169

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

Shades of Sundown #FDB2A9

Tints of Sundown #FDB2A9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.67%

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

R = 42.17%
G = 29.67%
B = 28.17%

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

#FDB2A9 (or 0xFDB2A9) is known color: Sundown. HEX triplet: FD, B2 and A9. RGB value is (253,178,169). Sum of RGB (Red+Green+Blue) = 253+178+169=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 178 (69.92% from 255 or 29.67% from 600); Blue value is 169 (66.41% from 255 or 28.17% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB2A9 is #024D56. Grayscale: #C7C7C7. Windows color (decimal): -150871 or 11121405. OLE color: 11121405.

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

Color convert

RGB 253 178 169 -
CMYK 0 0.30 0.33 0.01
HSL 6.43º 0.95% 0.83% -
HSV(B) 6.43º 0.33% 0.99% -
XYZ 63.59 55.59 44.91 -
YUV 199.4 110.85 166.23 -
System Red Green Blue C M Y K H S L
Decimal 253 178 169 0 0.30 0.33 0.01 6.43 0.95 0.83
Hex FD B2 A9 0 1E 21 1 6 5F 53
Octal 375 262 251 0 36 41 1 6 137 123
Binary 11111101 10110010 10101001 0 11110 100001 1 110 1011111 1010011

Color Harmonies of #FDB2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB2A9

Black with #FDB2A9

Text Example


Text Example

White with #FDB2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB2A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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