#FED4CD

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

Shades of Cosmos #FED4CD

Tints of Cosmos #FED4CD

Color information

#FED4CD (or 0xFED4CD) is unknown color: approx Cosmos. HEX triplet: FE, D4 and CD. RGB value is (254,212,205). Sum of RGB (Red+Green+Blue) = 254+212+205=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4CD is #012B32. Grayscale: #DFDFDF. Windows color (decimal): -76595 or 13489406. OLE color: 13489406.

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

Color convert

RGB254212205-
CMYK00.170.190.00
HSL8.57º96.08%90%-
HSV(B)8.57º19.29%99.61%-
XYZ75.4472.5767.79-
YUV223.76117.41149.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 212 (83.20% from 255) = 31.59%
BLUE value IS 205 (80.47% from 255) = 30.55%
R=37.85%
G=31.59%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421220500.170.190.008.5796.0890
HexFED4CD0111309605a
Octal37632431502123011140132
Binary111111101101010011001101010001100110100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4CD; }

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

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

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

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

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

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

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

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