#FAD3CF

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

Shades of Cosmos #FAD3CF

Tints of Cosmos #FAD3CF

Color information

#FAD3CF (or 0xFAD3CF) is unknown color: approx Cosmos. HEX triplet: FA, D3 and CF. RGB value is (250,211,207). Sum of RGB (Red+Green+Blue) = 250+211+207=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD3CF is #052C30. Grayscale: #DEDEDE. Windows color (decimal): -338993 or 13620218. OLE color: 13620218.

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

Color convert

RGB250211207-
CMYK00.160.170.02
HSL5.58º81.13%89.61%-
HSV(B)5.58º17.2%98.04%-
XYZ73.9871.4268.92-
YUV222.2119.42147.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 211 (82.81% from 255) = 31.59%
BLUE value IS 207 (81.25% from 255) = 30.99%
R=37.43%
G=31.59%
B=30.99%

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
Decimal25021120700.160.170.025.5881.1389.61
HexFAD3CF0101126515a
Octal3723233170202126121132
Binary111110101101001111001111010000100011011010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD3CF; }

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

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

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

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

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

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

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

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