#FCDAD5

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

Shades of Cosmos #FCDAD5

Tints of Cosmos #FCDAD5

Color information

#FCDAD5 (or 0xFCDAD5) is unknown color: approx Cosmos. HEX triplet: FC, DA and D5. RGB value is (252,218,213). Sum of RGB (Red+Green+Blue) = 252+218+213=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 213 (83.59% from 255 or 31.19% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAD5 is #03252A. Grayscale: #E3E3E3. Windows color (decimal): -206123 or 14015228. OLE color: 14015228.

HSL color Cylindrical-coordinate representation of color #FCDAD5: hue angle of 7.69º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCDAD5 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB252218213-
CMYK00.130.150.01
HSL7.69º86.67%91.18%-
HSV(B)7.69º15.48%98.82%-
XYZ77.2375.6473.48-
YUV227.6119.76145.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.90%
GREEN value IS 218 (85.55% from 255) = 31.92%
BLUE value IS 213 (83.59% from 255) = 31.19%
R=36.90%
G=31.92%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221821300.130.150.017.6986.6791.18
HexFCDAD50DF18575b
Octal37433232501517110127133
Binary1111110011011010110101010110111111100010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAD5; }

 p { color: rgb(252,218,213); }

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

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

 a { background-color: rgb(252,218,213); }

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

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

 span { border-color: rgb(252,218,213); }

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