#FED1CF

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

Shades of Cosmos #FED1CF

Tints of Cosmos #FED1CF

Color information

#FED1CF (or 0xFED1CF) is unknown color: approx Cosmos. HEX triplet: FE, D1 and CF. RGB value is (254,209,207). Sum of RGB (Red+Green+Blue) = 254+209+207=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 209 (82.03% from 255 or 31.19% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1CF is #012E30. Grayscale: #DEDEDE. Windows color (decimal): -77361 or 13619710. OLE color: 13619710.

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

Color convert

RGB254209207-
CMYK00.180.190.00
HSL2.55º95.92%90.39%-
HSV(B)2.55º18.5%99.61%-
XYZ74.9471.1868.82-
YUV222.23119.41150.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 209 (82.03% from 255) = 31.19%
BLUE value IS 207 (81.25% from 255) = 30.90%
R=37.91%
G=31.19%
B=30.90%

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
Decimal25420920700.180.190.002.5595.9290.39
HexFED1CF0121303605a
Octal3763213170222303140132
Binary1111111011010001110011110100101001101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED1CF; }

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

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

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

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

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

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

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

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