#F7D3D0

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

Shades of Cosmos #F7D3D0

Tints of Cosmos #F7D3D0

Color information

#F7D3D0 (or 0xF7D3D0) is unknown color: approx Cosmos. HEX triplet: F7, D3 and D0. RGB value is (247,211,208). Sum of RGB (Red+Green+Blue) = 247+211+208=666 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.09% from 666); Green value is 211 (82.81% from 255 or 31.68% from 666); Blue value is 208 (81.64% from 255 or 31.23% from 666); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D3D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D3D0 is #082C2F. Grayscale: #DDDDDD. Windows color (decimal): -535600 or 13685751. OLE color: 13685751.

HSL color Cylindrical-coordinate representation of color #F7D3D0: hue angle of 4.62º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F7D3D0 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB247211208-
CMYK00.150.160.03
HSL4.62º70.91%89.22%-
HSV(B)4.62º15.79%96.86%-
XYZ73.0470.9269.51-
YUV221.42120.43146.24-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.09%
GREEN value IS 211 (82.81% from 255) = 31.68%
BLUE value IS 208 (81.64% from 255) = 31.23%
R=37.09%
G=31.68%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721120800.150.160.034.6270.9189.22
HexF7D3D00F10354759
Octal3673233200172035107131
Binary11110111110100111101000001111100001110110001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D3D0; }

 p { color: rgb(247,211,208); }

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

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

 a { background-color: rgb(247,211,208); }

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

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

 span { border-color: rgb(247,211,208); }

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