#FCADA5

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

Shades of Sundown #FCADA5

Tints of Sundown #FCADA5

Color information

#FCADA5 (or 0xFCADA5) is unknown color: approx Sundown. HEX triplet: FC, AD and A5. RGB value is (252,173,165). Sum of RGB (Red+Green+Blue) = 252+173+165=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 165 (64.84% from 255 or 27.97% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCADA5 is #03525A. Grayscale: #C3C3C3. Windows color (decimal): -217691 or 10857980. OLE color: 10857980.

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

Color convert

RGB252173165-
CMYK00.310.350.01
HSL5.52º93.55%81.76%-
HSV(B)5.52º34.52%98.82%-
XYZ61.8853.342.62-
YUV195.71110.67168.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.71%
GREEN value IS 173 (67.97% from 255) = 29.32%
BLUE value IS 165 (64.84% from 255) = 27.97%
R=42.71%
G=29.32%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217316500.310.350.015.5293.5581.76
HexFCADA501F23165e52
Octal3742552450374316136122
Binary111111001010110110100101011111100011111010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADA5; }

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

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

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

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

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

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

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

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