#FCABA8

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

Shades of Sundown #FCABA8

Tints of Sundown #FCABA8

Color information

#FCABA8 (or 0xFCABA8) is unknown color: approx Sundown. HEX triplet: FC, AB and A8. RGB value is (252,171,168). Sum of RGB (Red+Green+Blue) = 252+171+168=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 168 (66.02% from 255 or 28.43% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCABA8 is #035457. Grayscale: #C2C2C2. Windows color (decimal): -218200 or 11054076. OLE color: 11054076.

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

Color convert

RGB252171168-
CMYK00.320.330.01
HSL2.14º93.33%82.35%-
HSV(B)2.14º33.33%98.82%-
XYZ61.7852.6543.95-
YUV194.88112.84168.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.64%
GREEN value IS 171 (67.19% from 255) = 28.93%
BLUE value IS 168 (66.02% from 255) = 28.43%
R=42.64%
G=28.93%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217116800.320.330.012.1493.3382.35
HexFCABA802021125d52
Octal3742532500404112135122
Binary111111001010101110101000010000010000111010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABA8; }

 p { color: rgb(252,171,168); }

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

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

 a { background-color: rgb(252,171,168); }

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

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

 span { border-color: rgb(252,171,168); }

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