#FED4CC

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

Shades of Cosmos #FED4CC

Tints of Cosmos #FED4CC

Color information

#FED4CC (or 0xFED4CC) is unknown color: approx Cosmos. HEX triplet: FE, D4 and CC. RGB value is (254,212,204). Sum of RGB (Red+Green+Blue) = 254+212+204=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4CC is #012B33. Grayscale: #DFDFDF. Windows color (decimal): -76596 or 13423870. OLE color: 13423870.

HSL color Cylindrical-coordinate representation of color #FED4CC: hue angle of 9.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FED4CC is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254212204-
CMYK00.170.200.00
HSL9.6º96.15%89.8%-
HSV(B)9.6º19.69%99.61%-
XYZ75.3272.5267.15-
YUV223.65116.91149.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 212 (83.20% from 255) = 31.64%
BLUE value IS 204 (80.08% from 255) = 30.45%
R=37.91%
G=31.64%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421220400.170.200.009.696.1589.8
HexFED4CC011140a605a
Octal37632431402124012140132
Binary111111101101010011001100010001101000101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4CC; }

 p { color: rgb(254,212,204); }

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

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

 a { background-color: rgb(254,212,204); }

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

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

 span { border-color: rgb(254,212,204); }

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