#FAD0CD

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

Shades of Cosmos #FAD0CD

Tints of Cosmos #FAD0CD

Color information

#FAD0CD (or 0xFAD0CD) is unknown color: approx Cosmos. HEX triplet: FA, D0 and CD. RGB value is (250,208,205). Sum of RGB (Red+Green+Blue) = 250+208+205=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0CD is #052F32. Grayscale: #DCDCDC. Windows color (decimal): -339763 or 13488378. OLE color: 13488378.

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

Color convert

RGB250208205-
CMYK00.170.180.02
HSL81.82%89.22%-
HSV(B)18%98.04%-
XYZ7369.8467.39-
YUV220.22119.41149.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.71%
GREEN value IS 208 (81.64% from 255) = 31.37%
BLUE value IS 205 (80.47% from 255) = 30.92%
R=37.71%
G=31.37%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020820500.170.180.02481.8289.22
HexFAD0CD01112245259
Octal3723203150212224122131
Binary111110101101000011001101010001100101010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD0CD; }

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

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

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

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

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

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

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

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