#FAD2D0

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

Shades of Cosmos #FAD2D0

Tints of Cosmos #FAD2D0

Color information

#FAD2D0 (or 0xFAD2D0) is unknown color: approx Cosmos. HEX triplet: FA, D2 and D0. RGB value is (250,210,208). Sum of RGB (Red+Green+Blue) = 250+210+208=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 210 (82.42% from 255 or 31.44% from 668); Blue value is 208 (81.64% from 255 or 31.14% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD2D0 is #052D2F. Grayscale: #DDDDDD. Windows color (decimal): -339248 or 13685498. OLE color: 13685498.

HSL color Cylindrical-coordinate representation of color #FAD2D0: hue angle of 2.86º 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 #FAD2D0 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB250210208-
CMYK00.160.170.02
HSL2.86º80.77%89.8%-
HSV(B)2.86º16.8%98.04%-
XYZ73.8670.9769.48-
YUV221.73120.25148.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 210 (82.42% from 255) = 31.44%
BLUE value IS 208 (81.64% from 255) = 31.14%
R=37.43%
G=31.44%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021020800.160.170.022.8680.7789.8
HexFAD2D00101123515a
Octal3723223200202123121132
Binary11111010110100101101000001000010001101110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD2D0; }

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

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

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

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

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

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

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

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