#FED1CE

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

Shades of Cosmos #FED1CE

Tints of Cosmos #FED1CE

Color information

#FED1CE (or 0xFED1CE) is unknown color: approx Cosmos. HEX triplet: FE, D1 and CE. RGB value is (254,209,206). Sum of RGB (Red+Green+Blue) = 254+209+206=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 209 (82.03% from 255 or 31.24% from 669); Blue value is 206 (80.86% from 255 or 30.79% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1CE is #012E31. Grayscale: #DEDEDE. Windows color (decimal): -77362 or 13554174. OLE color: 13554174.

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

Color convert

RGB254209206-
CMYK00.180.190.00
HSL3.75º96%90.2%-
HSV(B)3.75º18.9%99.61%-
XYZ74.8171.1368.18-
YUV222.11118.91150.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 209 (82.03% from 255) = 31.24%
BLUE value IS 206 (80.86% from 255) = 30.79%
R=37.97%
G=31.24%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420920600.180.190.003.759690.2
HexFED1CE0121304605a
Octal3763213160222304140132
Binary11111110110100011100111001001010011010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED1CE; }

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

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

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

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

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

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

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

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