#FED6D5

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

Shades of Cosmos #FED6D5

Tints of Cosmos #FED6D5

Color information

#FED6D5 (or 0xFED6D5) is unknown color: approx Cosmos. HEX triplet: FE, D6 and D5. RGB value is (254,214,213). Sum of RGB (Red+Green+Blue) = 254+214+213=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 214 (83.98% from 255 or 31.42% from 681); Blue value is 213 (83.59% from 255 or 31.28% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6D5 is #01292A. Grayscale: #E1E1E1. Windows color (decimal): -76075 or 14014206. OLE color: 14014206.

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

Color convert

RGB254214213-
CMYK00.160.160.00
HSL1.46º95.35%91.57%-
HSV(B)1.46º16.14%99.61%-
XYZ76.9373.9773.17-
YUV225.85120.75148.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 214 (83.98% from 255) = 31.42%
BLUE value IS 213 (83.59% from 255) = 31.28%
R=37.30%
G=31.42%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421421300.160.160.001.4695.3591.57
HexFED6D501010015f5c
Octal3763263250202001137134
Binary111111101101011011010101010000100000110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED6D5; }

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

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

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

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

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

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

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

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