#FAD1CD

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

Shades of Cosmos #FAD1CD

Tints of Cosmos #FAD1CD

Color information

#FAD1CD (or 0xFAD1CD) is unknown color: approx Cosmos. HEX triplet: FA, D1 and CD. RGB value is (250,209,205). Sum of RGB (Red+Green+Blue) = 250+209+205=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 205 (80.47% from 255 or 30.87% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1CD is #052E32. Grayscale: #DCDCDC. Windows color (decimal): -339507 or 13488634. OLE color: 13488634.

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

Color convert

RGB250209205-
CMYK00.160.180.02
HSL5.33º81.82%89.22%-
HSV(B)5.33º18%98.04%-
XYZ73.2470.3367.47-
YUV220.8119.08148.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 209 (82.03% from 255) = 31.48%
BLUE value IS 205 (80.47% from 255) = 30.87%
R=37.65%
G=31.48%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020920500.160.180.025.3381.8289.22
HexFAD1CD01012255259
Octal3723213150202225122131
Binary111110101101000111001101010000100101010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD1CD; }

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

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

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

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

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

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

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

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