#FAD9D5

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

Shades of Cosmos #FAD9D5

Tints of Cosmos #FAD9D5

Color information

#FAD9D5 (or 0xFAD9D5) is unknown color: approx Cosmos. HEX triplet: FA, D9 and D5. RGB value is (250,217,213). Sum of RGB (Red+Green+Blue) = 250+217+213=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 217 (85.16% from 255 or 31.91% from 680); Blue value is 213 (83.59% from 255 or 31.32% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD9D5 is #05262A. Grayscale: #E2E2E2. Windows color (decimal): -337451 or 14014970. OLE color: 14014970.

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

Color convert

RGB250217213-
CMYK00.130.150.02
HSL6.49º78.72%90.78%-
HSV(B)6.49º14.8%98.04%-
XYZ76.2574.7573.36-
YUV226.41120.43144.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.76%
GREEN value IS 217 (85.16% from 255) = 31.91%
BLUE value IS 213 (83.59% from 255) = 31.32%
R=36.76%
G=31.91%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021721300.130.150.026.4978.7290.78
HexFAD9D50DF264f5b
Octal3723313250151726117133
Binary1111101011011001110101010110111111011010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD9D5; }

 p { color: rgb(250,217,213); }

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

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

 a { background-color: rgb(250,217,213); }

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

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

 span { border-color: rgb(250,217,213); }

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