#FCABAA

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

Shades of Sundown #FCABAA

Tints of Sundown #FCABAA

Color information

#FCABAA (or 0xFCABAA) is unknown color: approx Sundown. HEX triplet: FC, AB and AA. RGB value is (252,171,170). Sum of RGB (Red+Green+Blue) = 252+171+170=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCABAA is #035455. Grayscale: #C3C3C3. Windows color (decimal): -218198 or 11185148. OLE color: 11185148.

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

Color convert

RGB252171170-
CMYK00.320.330.01
HSL0.73º93.18%82.75%-
HSV(B)0.73º32.54%98.82%-
XYZ61.9652.7244.94-
YUV195.1113.84168.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.50%
GREEN value IS 171 (67.19% from 255) = 28.84%
BLUE value IS 170 (66.80% from 255) = 28.67%
R=42.50%
G=28.84%
B=28.67%

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
Decimal25217117000.320.330.010.7393.1882.75
HexFCABAA02021115d53
Octal3742532520404111135123
Binary11111100101010111010101001000001000011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABAA; }

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

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

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

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

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

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

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

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