#FAD4CE

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

Shades of Cosmos #FAD4CE

Tints of Cosmos #FAD4CE

Color information

#FAD4CE (or 0xFAD4CE) is unknown color: approx Cosmos. HEX triplet: FA, D4 and CE. RGB value is (250,212,206). Sum of RGB (Red+Green+Blue) = 250+212+206=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 212 (83.20% from 255 or 31.74% from 668); Blue value is 206 (80.86% from 255 or 30.84% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4CE is #052B31. Grayscale: #DEDEDE. Windows color (decimal): -338738 or 13554938. OLE color: 13554938.

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

Color convert

RGB250212206-
CMYK00.150.180.02
HSL8.18º81.48%89.41%-
HSV(B)8.18º17.6%98.04%-
XYZ74.1171.8768.36-
YUV222.68118.59147.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 212 (83.20% from 255) = 31.74%
BLUE value IS 206 (80.86% from 255) = 30.84%
R=37.43%
G=31.74%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021220600.150.180.028.1881.4889.41
HexFAD4CE0F12285159
Octal37232431601722210121131
Binary111110101101010011001110011111001010100010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD4CE; }

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

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

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

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

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

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

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

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