Html Css Color HEX #FDB2AE Sundown

📋 copy color: '#FDB2AE'

red 253 ◦ green 178 ◦ blue 174

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

Shades of Sundown #FDB2AE

Tints of Sundown #FDB2AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.76%

R = 41.82%
G = 29.42%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDB2AE (or 0xFDB2AE) is known color: Sundown. HEX triplet: FD, B2 and AE. RGB value is (253,178,174). Sum of RGB (Red+Green+Blue) = 253+178+174=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 178 (69.92% from 255 or 29.42% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB2AE is #024D51. Grayscale: #C8C8C8. Windows color (decimal): -150866 or 11449085. OLE color: 11449085.

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

Color convert

RGB 253 178 174 -
CMYK 0 0.30 0.31 0.01
HSL 3.04º 0.95% 0.84% -
HSV(B) 3.04º 0.31% 0.99% -
XYZ 64.07 55.78 47.43 -
YUV 199.97 113.35 165.83 -
System Red Green Blue C M Y K H S L
Decimal 253 178 174 0 0.30 0.31 0.01 3.04 0.95 0.84
Hex FD B2 AE 0 1E 1F 1 3 5F 54
Octal 375 262 256 0 36 37 1 3 137 124
Binary 11111101 10110010 10101110 0 11110 11111 1 11 1011111 1010100

Color Harmonies of #FDB2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB2AE

Black with #FDB2AE

Text Example


Text Example

White with #FDB2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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