#FAD2CE

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

Shades of Cosmos #FAD2CE

Tints of Cosmos #FAD2CE

Color information

#FAD2CE (or 0xFAD2CE) is unknown color: approx Cosmos. HEX triplet: FA, D2 and CE. RGB value is (250,210,206). Sum of RGB (Red+Green+Blue) = 250+210+206=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD2CE is #052D31. Grayscale: #DDDDDD. Windows color (decimal): -339250 or 13554426. OLE color: 13554426.

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

Color convert

RGB250210206-
CMYK00.160.180.02
HSL5.45º81.48%89.41%-
HSV(B)5.45º17.6%98.04%-
XYZ73.6170.8768.19-
YUV221.5119.25148.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 210 (82.42% from 255) = 31.53%
BLUE value IS 206 (80.86% from 255) = 30.93%
R=37.54%
G=31.53%
B=30.93%

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
Decimal25021020600.160.180.025.4581.4889.41
HexFAD2CE01012255159
Octal3723223160202225121131
Binary111110101101001011001110010000100101010110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD2CE; }

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

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

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

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

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

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

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

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