#FAD6CF

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

Shades of Cosmos #FAD6CF

Tints of Cosmos #FAD6CF

Color information

#FAD6CF (or 0xFAD6CF) is unknown color: approx Cosmos. HEX triplet: FA, D6 and CF. RGB value is (250,214,207). Sum of RGB (Red+Green+Blue) = 250+214+207=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6CF is #052930. Grayscale: #E0E0E0. Windows color (decimal): -338225 or 13620986. OLE color: 13620986.

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

Color convert

RGB250214207-
CMYK00.140.170.02
HSL9.77º81.13%89.61%-
HSV(B)9.77º17.2%98.04%-
XYZ74.7372.9269.17-
YUV223.97118.43146.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 214 (83.98% from 255) = 31.89%
BLUE value IS 207 (81.25% from 255) = 30.85%
R=37.26%
G=31.89%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021420700.140.170.029.7781.1389.61
HexFAD6CF0E112a515a
Octal37232631701621212121132
Binary111110101101011011001111011101000110101010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD6CF; }

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

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

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

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

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

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

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

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