#FEF0EC

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

Shades of Rose White #FEF0EC

Tints of Rose White #FEF0EC

Color information

#FEF0EC (or 0xFEF0EC) is unknown color: approx Rose White. HEX triplet: FE, F0 and EC. RGB value is (254,240,236). Sum of RGB (Red+Green+Blue) = 254+240+236=730 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.79% from 730); Green value is 240 (94.14% from 255 or 32.88% from 730); Blue value is 236 (92.58% from 255 or 32.33% from 730); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF0EC is #010F13. Grayscale: #F3F3F3. Windows color (decimal): -69396 or 15528190. OLE color: 15528190.

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

Color convert

RGB254240236-
CMYK00.060.070.00
HSL13.33º90%96.08%-
HSV(B)13.33º7.09%99.61%-
XYZ87.1789.4592.03-
YUV243.73123.64135.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.79%
GREEN value IS 240 (94.14% from 255) = 32.88%
BLUE value IS 236 (92.58% from 255) = 32.33%
R=34.79%
G=32.88%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424023600.060.070.0013.339096.08
HexFEF0EC0670d5a60
Octal376360354067015132140
Binary11111110111100001110110001101110110110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF0EC; }

 p { color: rgb(254,240,236); }

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

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

 a { background-color: rgb(254,240,236); }

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

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

 span { border-color: rgb(254,240,236); }

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