#FAD2CF

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

Shades of Cosmos #FAD2CF

Tints of Cosmos #FAD2CF

Color information

#FAD2CF (or 0xFAD2CF) is unknown color: approx Cosmos. HEX triplet: FA, D2 and CF. RGB value is (250,210,207). Sum of RGB (Red+Green+Blue) = 250+210+207=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 207 (81.25% from 255 or 31.03% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD2CF is #052D30. Grayscale: #DDDDDD. Windows color (decimal): -339249 or 13619962. OLE color: 13619962.

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

Color convert

RGB250210207-
CMYK00.160.170.02
HSL4.19º81.13%89.61%-
HSV(B)4.19º17.2%98.04%-
XYZ73.7370.9268.83-
YUV221.62119.75148.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 210 (82.42% from 255) = 31.48%
BLUE value IS 207 (81.25% from 255) = 31.03%
R=37.48%
G=31.48%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021020700.160.170.024.1981.1389.61
HexFAD2CF0101124515a
Octal3723223170202124121132
Binary111110101101001011001111010000100011010010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD2CF; }

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

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

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

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

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

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

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

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