#FAD5CF

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

Shades of Cosmos #FAD5CF

Tints of Cosmos #FAD5CF

Color information

#FAD5CF (or 0xFAD5CF) is unknown color: approx Cosmos. HEX triplet: FA, D5 and CF. RGB value is (250,213,207). Sum of RGB (Red+Green+Blue) = 250+213+207=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD5CF is #052A30. Grayscale: #DFDFDF. Windows color (decimal): -338481 or 13620730. OLE color: 13620730.

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

Color convert

RGB250213207-
CMYK00.150.170.02
HSL8.37º81.13%89.61%-
HSV(B)8.37º17.2%98.04%-
XYZ74.4872.4269.08-
YUV223.38118.76146.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.31%
GREEN value IS 213 (83.59% from 255) = 31.79%
BLUE value IS 207 (81.25% from 255) = 30.90%
R=37.31%
G=31.79%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021320700.150.170.028.3781.1389.61
HexFAD5CF0F1128515a
Octal37232531701721210121132
Binary111110101101010111001111011111000110100010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD5CF; }

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

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

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

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

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

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

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

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