Html Css Color HEX #FDB1AD Sundown

📋 copy color: '#FDB1AD'

red 253 ◦ green 177 ◦ blue 173

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

Shades of Sundown #FDB1AD

Tints of Sundown #FDB1AD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.35%

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

R = 41.96%
G = 29.35%
B = 28.69%

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

#FDB1AD (or 0xFDB1AD) is known color: Sundown. HEX triplet: FD, B1 and AD. RGB value is (253,177,173). Sum of RGB (Red+Green+Blue) = 253+177+173=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB1AD is #024E52. Grayscale: #C7C7C7. Windows color (decimal): -151123 or 11383293. OLE color: 11383293.

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

Color convert

RGB 253 177 173 -
CMYK 0 0.30 0.32 0.01
HSL 0.95% 0.84% -
HSV(B) 0.32% 0.99% -
XYZ 63.77 55.34 46.86 -
YUV 199.27 113.18 166.33 -
System Red Green Blue C M Y K H S L
Decimal 253 177 173 0 0.30 0.32 0.01 3 0.95 0.84
Hex FD B1 AD 0 1E 20 1 3 5F 54
Octal 375 261 255 0 36 40 1 3 137 124
Binary 11111101 10110001 10101101 0 11110 100000 1 11 1011111 1010100

Color Harmonies of #FDB1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB1AD

Black with #FDB1AD

Text Example


Text Example

White with #FDB1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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