#FAD6D0

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

Shades of Cosmos #FAD6D0

Tints of Cosmos #FAD6D0

Color information

#FAD6D0 (or 0xFAD6D0) is unknown color: approx Cosmos. HEX triplet: FA, D6 and D0. RGB value is (250,214,208). Sum of RGB (Red+Green+Blue) = 250+214+208=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 208 (81.64% from 255 or 30.95% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6D0 is #05292F. Grayscale: #E0E0E0. Windows color (decimal): -338224 or 13686522. OLE color: 13686522.

HSL color Cylindrical-coordinate representation of color #FAD6D0: hue angle of 8.57º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAD6D0 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB250214208-
CMYK00.140.170.02
HSL8.57º80.77%89.8%-
HSV(B)8.57º16.8%98.04%-
XYZ74.8672.9769.81-
YUV224.08118.93146.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.20%
GREEN value IS 214 (83.98% from 255) = 31.85%
BLUE value IS 208 (81.64% from 255) = 30.95%
R=37.20%
G=31.85%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021420800.140.170.028.5780.7789.8
HexFAD6D00E1129515a
Octal37232632001621211121132
Binary111110101101011011010000011101000110100110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD6D0; }

 p { color: rgb(250,214,208); }

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

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

 a { background-color: rgb(250,214,208); }

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

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

 span { border-color: rgb(250,214,208); }

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