#FAAFAB

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

Shades of Sundown #FAAFAB

Tints of Sundown #FAAFAB

Color information

#FAAFAB (or 0xFAAFAB) is unknown color: approx Sundown. HEX triplet: FA, AF and AB. RGB value is (250,175,171). Sum of RGB (Red+Green+Blue) = 250+175+171=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAFAB is #055054. Grayscale: #C5C5C5. Windows color (decimal): -348245 or 11251706. OLE color: 11251706.

HSL color Cylindrical-coordinate representation of color #FAAFAB: hue angle of 3.04º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAFAB is Cyan = 0, Magento = 0.3, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB250175171-
CMYK00.30.320.02
HSL3.04º88.76%82.55%-
HSV(B)3.04º31.6%98.04%-
XYZ62.153.9245.66-
YUV196.97113.35165.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.95%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 171 (67.19% from 255) = 28.69%
R=41.95%
G=29.36%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017517100.30.320.023.0488.7682.55
HexFAAFAB01E20235953
Octal3722572530364023131123
Binary111110101010111110101011011110100000101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAFAB; }

 p { color: rgb(250,175,171); }

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

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

 a { background-color: rgb(250,175,171); }

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

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

 span { border-color: rgb(250,175,171); }

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