#FAD4D1

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

Shades of Cosmos #FAD4D1

Tints of Cosmos #FAD4D1

Color information

#FAD4D1 (or 0xFAD4D1) is unknown color: approx Cosmos. HEX triplet: FA, D4 and D1. RGB value is (250,212,209). Sum of RGB (Red+Green+Blue) = 250+212+209=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 209 (82.03% from 255 or 31.15% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4D1 is #052B2E. Grayscale: #DFDFDF. Windows color (decimal): -338735 or 13751546. OLE color: 13751546.

HSL color Cylindrical-coordinate representation of color #FAD4D1: hue angle of 4.39º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAD4D1 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB250212209-
CMYK00.150.160.02
HSL4.39º80.39%90%-
HSV(B)4.39º16.4%98.04%-
XYZ74.4872.0170.3-
YUV223.02120.09147.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 212 (83.20% from 255) = 31.59%
BLUE value IS 209 (82.03% from 255) = 31.15%
R=37.26%
G=31.59%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021220900.150.160.024.3980.3990
HexFAD4D10F1024505a
Octal3723243210172024120132
Binary11111010110101001101000101111100001010010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD4D1; }

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

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

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

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

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

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

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

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