#FED6CE

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

Shades of Cosmos #FED6CE

Tints of Cosmos #FED6CE

Color information

#FED6CE (or 0xFED6CE) is unknown color: approx Cosmos. HEX triplet: FE, D6 and CE. RGB value is (254,214,206). Sum of RGB (Red+Green+Blue) = 254+214+206=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 206 (80.86% from 255 or 30.56% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6CE is #012931. Grayscale: #E1E1E1. Windows color (decimal): -76082 or 13555454. OLE color: 13555454.

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

Color convert

RGB254214206-
CMYK00.160.190.00
HSL10º96%90.2%-
HSV(B)10º18.9%99.61%-
XYZ76.0673.6268.59-
YUV225.05117.25148.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.69%
GREEN value IS 214 (83.98% from 255) = 31.75%
BLUE value IS 206 (80.86% from 255) = 30.56%
R=37.69%
G=31.75%
B=30.56%

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
Decimal25421420600.160.190.00109690.2
HexFED6CE010130a605a
Octal37632631602023012140132
Binary111111101101011011001110010000100110101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED6CE; }

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

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

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

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

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

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

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

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