#FAD0CE

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

Shades of Cosmos #FAD0CE

Tints of Cosmos #FAD0CE

Color information

#FAD0CE (or 0xFAD0CE) is unknown color: approx Cosmos. HEX triplet: FA, D0 and CE. RGB value is (250,208,206). Sum of RGB (Red+Green+Blue) = 250+208+206=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 206 (80.86% from 255 or 31.02% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0CE is #052F31. Grayscale: #DCDCDC. Windows color (decimal): -339762 or 13553914. OLE color: 13553914.

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

Color convert

RGB250208206-
CMYK00.170.180.02
HSL2.73º81.48%89.41%-
HSV(B)2.73º17.6%98.04%-
XYZ73.1269.8968.03-
YUV220.33119.91149.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 208 (81.64% from 255) = 31.33%
BLUE value IS 206 (80.86% from 255) = 31.02%
R=37.65%
G=31.33%
B=31.02%

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
Decimal25020820600.170.180.022.7381.4889.41
HexFAD0CE01112235159
Octal3723203160212223121131
Binary11111010110100001100111001000110010101110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD0CE; }

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

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

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

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

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

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

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

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