#FDB2AF

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

Shades of Sundown #FDB2AF

Tints of Sundown #FDB2AF

Color information

#FDB2AF (or 0xFDB2AF) is unknown color: approx Sundown. HEX triplet: FD, B2 and AF. RGB value is (253,178,175). Sum of RGB (Red+Green+Blue) = 253+178+175=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB2AF is #024D50. Grayscale: #C8C8C8. Windows color (decimal): -150865 or 11514621. OLE color: 11514621.

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

Color convert

RGB253178175-
CMYK00.300.310.01
HSL2.31º95.12%83.92%-
HSV(B)2.31º30.83%99.22%-
XYZ64.1755.8247.95-
YUV200.08113.85165.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.75%
GREEN value IS 178 (69.92% from 255) = 29.37%
BLUE value IS 175 (68.75% from 255) = 28.88%
R=41.75%
G=29.37%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317817500.300.310.012.3195.1283.92
HexFDB2AF01E1F125f54
Octal3752622570363712137124
Binary1111110110110010101011110111101111111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB2AF; }

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

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

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

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

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

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

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

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