#FEF1EE

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

Shades of Rose White #FEF1EE

Tints of Rose White #FEF1EE

Color information

#FEF1EE (or 0xFEF1EE) is unknown color: approx Rose White. HEX triplet: FE, F1 and EE. RGB value is (254,241,238). Sum of RGB (Red+Green+Blue) = 254+241+238=733 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.65% from 733); Green value is 241 (94.53% from 255 or 32.88% from 733); Blue value is 238 (93.36% from 255 or 32.47% from 733); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF1EE is #010E11. Grayscale: #F4F4F4. Windows color (decimal): -69138 or 15659518. OLE color: 15659518.

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

Color convert

RGB254241238-
CMYK00.050.060.00
HSL11.25º88.89%96.47%-
HSV(B)11.25º6.3%99.61%-
XYZ87.7690.1593.66-
YUV244.54124.31134.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.65%
GREEN value IS 241 (94.53% from 255) = 32.88%
BLUE value IS 238 (93.36% from 255) = 32.47%
R=34.65%
G=32.88%
B=32.47%

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
Decimal25424123800.050.060.0011.2588.8996.47
HexFEF1EE0560b5960
Octal376361356056013131140
Binary11111110111100011110111001011100101110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1EE; }

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

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

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

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

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

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

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

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