#FEF2EE

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

Shades of Rose White #FEF2EE

Tints of Rose White #FEF2EE

Color information

#FEF2EE (or 0xFEF2EE) is unknown color: approx Rose White. HEX triplet: FE, F2 and EE. RGB value is (254,242,238). Sum of RGB (Red+Green+Blue) = 254+242+238=734 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.60% from 734); Green value is 242 (94.92% from 255 or 32.97% from 734); Blue value is 238 (93.36% from 255 or 32.43% from 734); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF2EE is #010D11. Grayscale: #F5F5F5. Windows color (decimal): -68882 or 15659774. OLE color: 15659774.

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

Color convert

RGB254242238-
CMYK00.050.060.00
HSL15º88.89%96.47%-
HSV(B)15º6.3%99.61%-
XYZ88.0690.7593.76-
YUV245.13123.98134.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.60%
GREEN value IS 242 (94.92% from 255) = 32.97%
BLUE value IS 238 (93.36% from 255) = 32.43%
R=34.60%
G=32.97%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424223800.050.060.001588.8996.47
HexFEF2EE0560f5960
Octal376362356056017131140
Binary11111110111100101110111001011100111110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2EE; }

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

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

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

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

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

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

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

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