#FAD4CD

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

Shades of Cosmos #FAD4CD

Tints of Cosmos #FAD4CD

Color information

#FAD4CD (or 0xFAD4CD) is unknown color: approx Cosmos. HEX triplet: FA, D4 and CD. RGB value is (250,212,205). Sum of RGB (Red+Green+Blue) = 250+212+205=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 212 (83.20% from 255 or 31.78% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4CD is #052B32. Grayscale: #DEDEDE. Windows color (decimal): -338739 or 13489402. OLE color: 13489402.

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

Color convert

RGB250212205-
CMYK00.150.180.02
HSL9.33º81.82%89.22%-
HSV(B)9.33º18%98.04%-
XYZ73.9971.8267.72-
YUV222.56118.09147.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 212 (83.20% from 255) = 31.78%
BLUE value IS 205 (80.47% from 255) = 30.73%
R=37.48%
G=31.78%
B=30.73%

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
Decimal25021220500.150.180.029.3381.8289.22
HexFAD4CD0F12295259
Octal37232431501722211122131
Binary111110101101010011001101011111001010100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD4CD; }

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

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

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

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

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

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

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

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