#FED5CF

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

Shades of Cosmos #FED5CF

Tints of Cosmos #FED5CF

Color information

#FED5CF (or 0xFED5CF) is unknown color: approx Cosmos. HEX triplet: FE, D5 and CF. RGB value is (254,213,207). Sum of RGB (Red+Green+Blue) = 254+213+207=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 213 (83.59% from 255 or 31.60% from 674); Blue value is 207 (81.25% from 255 or 30.71% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5CF is #012A30. Grayscale: #E0E0E0. Windows color (decimal): -76337 or 13620734. OLE color: 13620734.

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

Color convert

RGB254213207-
CMYK00.160.190.00
HSL7.66º95.92%90.39%-
HSV(B)7.66º18.5%99.61%-
XYZ75.9373.1669.15-
YUV224.58118.08148.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.69%
GREEN value IS 213 (83.59% from 255) = 31.60%
BLUE value IS 207 (81.25% from 255) = 30.71%
R=37.69%
G=31.60%
B=30.71%

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
Decimal25421320700.160.190.007.6695.9290.39
HexFED5CF0101308605a
Octal37632531702023010140132
Binary111111101101010111001111010000100110100011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED5CF; }

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

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

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

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

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

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

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

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