#FEF2ED

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

Shades of Rose White #FEF2ED

Tints of Rose White #FEF2ED

Color information

#FEF2ED (or 0xFEF2ED) is unknown color: approx Rose White. HEX triplet: FE, F2 and ED. RGB value is (254,242,237). Sum of RGB (Red+Green+Blue) = 254+242+237=733 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.65% from 733); Green value is 242 (94.92% from 255 or 33.02% from 733); Blue value is 237 (92.97% from 255 or 32.33% from 733); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF2ED is #010D12. Grayscale: #F5F5F5. Windows color (decimal): -68883 or 15594238. OLE color: 15594238.

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

Color convert

RGB254242237-
CMYK00.050.070.00
HSL17.65º89.47%96.27%-
HSV(B)17.65º6.69%99.61%-
XYZ87.9190.6992.99-
YUV245.02123.48134.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.65%
GREEN value IS 242 (94.92% from 255) = 33.02%
BLUE value IS 237 (92.97% from 255) = 32.33%
R=34.65%
G=33.02%
B=32.33%

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
Decimal25424223700.050.070.0017.6589.4796.27
HexFEF2ED0570125960
Octal376362355057022131140
Binary111111101111001011101101010111101001010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2ED; }

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

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

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

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

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

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

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

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