#FAD7D2

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

Shades of Cosmos #FAD7D2

Tints of Cosmos #FAD7D2

Color information

#FAD7D2 (or 0xFAD7D2) is unknown color: approx Cosmos. HEX triplet: FA, D7 and D2. RGB value is (250,215,210). Sum of RGB (Red+Green+Blue) = 250+215+210=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 210 (82.42% from 255 or 31.11% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD7D2 is #05282D. Grayscale: #E0E0E0. Windows color (decimal): -337966 or 13817850. OLE color: 13817850.

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

Color convert

RGB250215210-
CMYK00.140.160.02
HSL7.5º80%90.2%-
HSV(B)7.5º16%98.04%-
XYZ75.3673.5871.2-
YUV224.9119.6145.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.04%
GREEN value IS 215 (84.38% from 255) = 31.85%
BLUE value IS 210 (82.42% from 255) = 31.11%
R=37.04%
G=31.85%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021521000.140.160.027.58090.2
HexFAD7D20E1028505a
Octal37232732201620210120132
Binary111110101101011111010010011101000010100010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD7D2; }

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

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

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

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

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

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

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

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