#FDB2AB

Color #FDB2AB Sundown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundown #FDB2AB

Tints of Sundown #FDB2AB

Color information

#FDB2AB (or 0xFDB2AB) is unknown color: approx Sundown. HEX triplet: FD, B2 and AB. RGB value is (253,178,171). Sum of RGB (Red+Green+Blue) = 253+178+171=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB2AB is #024D54. Grayscale: #C7C7C7. Windows color (decimal): -150869 or 11252477. OLE color: 11252477.

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

Color convert

RGB253178171-
CMYK00.300.320.01
HSL5.12º95.35%83.14%-
HSV(B)5.12º32.41%99.22%-
XYZ63.7855.6645.91-
YUV199.63111.85166.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.03%
GREEN value IS 178 (69.92% from 255) = 29.57%
BLUE value IS 171 (67.19% from 255) = 28.41%
R=42.03%
G=29.57%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317817100.300.320.015.1295.3583.14
HexFDB2AB01E20155f53
Octal3752622530364015137123
Binary111111011011001010101011011110100000110110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB2AB; }

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

 H1.HeaderClassName
 {
   color: #FDB2AB;
 }
 .AnyTagClassName
 {
   color: #FDB2AB;
 }
</style>
background-color css

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

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

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

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

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

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