#FED3CD

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

Shades of Cosmos #FED3CD

Tints of Cosmos #FED3CD

Color information

#FED3CD (or 0xFED3CD) is unknown color: approx Cosmos. HEX triplet: FE, D3 and CD. RGB value is (254,211,205). Sum of RGB (Red+Green+Blue) = 254+211+205=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 211 (82.81% from 255 or 31.49% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3CD is #012C32. Grayscale: #DFDFDF. Windows color (decimal): -76851 or 13489150. OLE color: 13489150.

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

Color convert

RGB254211205-
CMYK00.170.190.00
HSL7.35º96.08%90%-
HSV(B)7.35º19.29%99.61%-
XYZ75.1972.0767.71-
YUV223.17117.75149.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 211 (82.81% from 255) = 31.49%
BLUE value IS 205 (80.47% from 255) = 30.60%
R=37.91%
G=31.49%
B=30.60%

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
Decimal25421120500.170.190.007.3596.0890
HexFED3CD0111307605a
Octal3763233150212307140132
Binary11111110110100111100110101000110011011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED3CD; }

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

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

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

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

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

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

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

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