#FCAFAA

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

Shades of Sundown #FCAFAA

Tints of Sundown #FCAFAA

Color information

#FCAFAA (or 0xFCAFAA) is unknown color: approx Sundown. HEX triplet: FC, AF and AA. RGB value is (252,175,170). Sum of RGB (Red+Green+Blue) = 252+175+170=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAFAA is #035055. Grayscale: #C5C5C5. Windows color (decimal): -217174 or 11186172. OLE color: 11186172.

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

Color convert

RGB252175170-
CMYK00.310.330.01
HSL3.66º93.18%82.75%-
HSV(B)3.66º32.54%98.82%-
XYZ62.7354.2645.2-
YUV197.45112.51166.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.21%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 170 (66.80% from 255) = 28.48%
R=42.21%
G=29.31%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217517000.310.330.013.6693.1882.75
HexFCAFAA01F21145d53
Octal3742572520374114135123
Binary111111001010111110101010011111100001110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFAA; }

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

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

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

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

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

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

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

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