#FEF1ED

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

Shades of Rose White #FEF1ED

Tints of Rose White #FEF1ED

Color information

#FEF1ED (or 0xFEF1ED) is unknown color: approx Rose White. HEX triplet: FE, F1 and ED. RGB value is (254,241,237). Sum of RGB (Red+Green+Blue) = 254+241+237=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 241 (94.53% from 255 or 32.92% from 732); Blue value is 237 (92.97% from 255 or 32.38% from 732); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF1ED is #010E12. Grayscale: #F4F4F4. Windows color (decimal): -69139 or 15593982. OLE color: 15593982.

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

Color convert

RGB254241237-
CMYK00.050.070.00
HSL14.12º89.47%96.27%-
HSV(B)14.12º6.69%99.61%-
XYZ87.6190.192.89-
YUV244.43123.81134.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.70%
GREEN value IS 241 (94.53% from 255) = 32.92%
BLUE value IS 237 (92.97% from 255) = 32.38%
R=34.70%
G=32.92%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424123700.050.070.0014.1289.4796.27
HexFEF1ED0570e5960
Octal376361355057016131140
Binary11111110111100011110110101011110111010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1ED; }

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

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

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

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

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

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

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

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