#FED6CD

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

Shades of Cosmos #FED6CD

Tints of Cosmos #FED6CD

Color information

#FED6CD (or 0xFED6CD) is unknown color: approx Cosmos. HEX triplet: FE, D6 and CD. RGB value is (254,214,205). Sum of RGB (Red+Green+Blue) = 254+214+205=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6CD is #012932. Grayscale: #E1E1E1. Windows color (decimal): -76083 or 13489918. OLE color: 13489918.

HSL color Cylindrical-coordinate representation of color #FED6CD: hue angle of 11.02º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FED6CD is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB254214205-
CMYK00.160.190.00
HSL11.02º96.08%90%-
HSV(B)11.02º19.29%99.61%-
XYZ75.9473.5767.96-
YUV224.93116.75148.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.74%
GREEN value IS 214 (83.98% from 255) = 31.80%
BLUE value IS 205 (80.47% from 255) = 30.46%
R=37.74%
G=31.80%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421420500.160.190.0011.0296.0890
HexFED6CD010130b605a
Octal37632631502023013140132
Binary111111101101011011001101010000100110101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED6CD; }

 p { color: rgb(254,214,205); }

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

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

 a { background-color: rgb(254,214,205); }

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

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

 span { border-color: rgb(254,214,205); }

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