#FED0CF

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

Shades of Cosmos #FED0CF

Tints of Cosmos #FED0CF

Color information

#FED0CF (or 0xFED0CF) is unknown color: approx Cosmos. HEX triplet: FE, D0 and CF. RGB value is (254,208,207). Sum of RGB (Red+Green+Blue) = 254+208+207=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 208 (81.64% from 255 or 31.09% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0CF is #012F30. Grayscale: #DDDDDD. Windows color (decimal): -77617 or 13619454. OLE color: 13619454.

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

Color convert

RGB254208207-
CMYK00.180.190.00
HSL1.28º95.92%90.39%-
HSV(B)1.28º18.5%99.61%-
XYZ74.6970.6968.74-
YUV221.64119.74151.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 208 (81.64% from 255) = 31.09%
BLUE value IS 207 (81.25% from 255) = 30.94%
R=37.97%
G=31.09%
B=30.94%

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
Decimal25420820700.180.190.001.2895.9290.39
HexFED0CF0121301605a
Octal3763203170222301140132
Binary111111101101000011001111010010100110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED0CF; }

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

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

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

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

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

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

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

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