#FAD5D1

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

Shades of Cosmos #FAD5D1

Tints of Cosmos #FAD5D1

Color information

#FAD5D1 (or 0xFAD5D1) is unknown color: approx Cosmos. HEX triplet: FA, D5 and D1. RGB value is (250,213,209). Sum of RGB (Red+Green+Blue) = 250+213+209=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 209 (82.03% from 255 or 31.10% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD5D1 is #052A2E. Grayscale: #DFDFDF. Windows color (decimal): -338479 or 13751802. OLE color: 13751802.

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

Color convert

RGB250213209-
CMYK00.150.160.02
HSL5.85º80.39%90%-
HSV(B)5.85º16.4%98.04%-
XYZ74.7372.5270.38-
YUV223.61119.76146.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.20%
GREEN value IS 213 (83.59% from 255) = 31.70%
BLUE value IS 209 (82.03% from 255) = 31.10%
R=37.20%
G=31.70%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021320900.150.160.025.8580.3990
HexFAD5D10F1026505a
Octal3723253210172026120132
Binary11111010110101011101000101111100001011010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD5D1; }

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

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

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

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

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

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

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

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