#FED4CF

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

Shades of Cosmos #FED4CF

Tints of Cosmos #FED4CF

Color information

#FED4CF (or 0xFED4CF) is unknown color: approx Cosmos. HEX triplet: FE, D4 and CF. RGB value is (254,212,207). Sum of RGB (Red+Green+Blue) = 254+212+207=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 212 (83.20% from 255 or 31.50% from 673); Blue value is 207 (81.25% from 255 or 30.76% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4CF is #012B30. Grayscale: #E0E0E0. Windows color (decimal): -76593 or 13620478. OLE color: 13620478.

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

Color convert

RGB254212207-
CMYK00.170.190.00
HSL6.38º95.92%90.39%-
HSV(B)6.38º18.5%99.61%-
XYZ75.6872.6669.07-
YUV223.99118.41149.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.74%
GREEN value IS 212 (83.20% from 255) = 31.50%
BLUE value IS 207 (81.25% from 255) = 30.76%
R=37.74%
G=31.50%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421220700.170.190.006.3895.9290.39
HexFED4CF0111306605a
Octal3763243170212306140132
Binary11111110110101001100111101000110011011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4CF; }

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

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

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

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

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

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

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

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