#FAD5CD

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

Shades of Cosmos #FAD5CD

Tints of Cosmos #FAD5CD

Color information

#FAD5CD (or 0xFAD5CD) is unknown color: approx Cosmos. HEX triplet: FA, D5 and CD. RGB value is (250,213,205). Sum of RGB (Red+Green+Blue) = 250+213+205=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 213 (83.59% from 255 or 31.89% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD5CD is #052A32. Grayscale: #DFDFDF. Windows color (decimal): -338483 or 13489658. OLE color: 13489658.

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

Color convert

RGB250213205-
CMYK00.150.180.02
HSL10.67º81.82%89.22%-
HSV(B)10.67º18%98.04%-
XYZ74.2472.3267.8-
YUV223.15117.76147.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 213 (83.59% from 255) = 31.89%
BLUE value IS 205 (80.47% from 255) = 30.69%
R=37.43%
G=31.89%
B=30.69%

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
Decimal25021320500.150.180.0210.6781.8289.22
HexFAD5CD0F122b5259
Octal37232531501722213122131
Binary111110101101010111001101011111001010101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD5CD; }

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

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

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

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

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

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

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

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