#FEF0ED

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

Shades of Rose White #FEF0ED

Tints of Rose White #FEF0ED

Color information

#FEF0ED (or 0xFEF0ED) is unknown color: approx Rose White. HEX triplet: FE, F0 and ED. RGB value is (254,240,237). Sum of RGB (Red+Green+Blue) = 254+240+237=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 240 (94.14% from 255 or 32.83% from 731); Blue value is 237 (92.97% from 255 or 32.42% from 731); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF0ED is #010F12. Grayscale: #F3F3F3. Windows color (decimal): -69395 or 15593726. OLE color: 15593726.

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

Color convert

RGB254240237-
CMYK00.060.070.00
HSL10.59º89.47%96.27%-
HSV(B)10.59º6.69%99.61%-
XYZ87.3289.5192.79-
YUV243.84124.14135.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.75%
GREEN value IS 240 (94.14% from 255) = 32.83%
BLUE value IS 237 (92.97% from 255) = 32.42%
R=34.75%
G=32.83%
B=32.42%

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
Decimal25424023700.060.070.0010.5989.4796.27
HexFEF0ED0670b5960
Octal376360355067013131140
Binary11111110111100001110110101101110101110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF0ED; }

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

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

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

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

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

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

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

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