#FCAFAD

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

Shades of Sundown #FCAFAD

Tints of Sundown #FCAFAD

Color information

#FCAFAD (or 0xFCAFAD) is unknown color: approx Sundown. HEX triplet: FC, AF and AD. RGB value is (252,175,173). Sum of RGB (Red+Green+Blue) = 252+175+173=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAFAD is #035052. Grayscale: #C5C5C5. Windows color (decimal): -217171 or 11382780. OLE color: 11382780.

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

Color convert

RGB252175173-
CMYK00.310.310.01
HSL1.52º92.94%83.33%-
HSV(B)1.52º31.35%98.82%-
XYZ63.0254.3746.71-
YUV197.8114.01166.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42%
GREEN value IS 175 (68.75% from 255) = 29.17%
BLUE value IS 173 (67.97% from 255) = 28.83%
R=42%
G=29.17%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217517300.310.310.011.5292.9483.33
HexFCAFAD01F1F125d53
Octal3742572550373712135123
Binary1111110010101111101011010111111111111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFAD; }

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

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

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

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

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

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

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

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