#FEF3EE

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

Shades of Rose White #FEF3EE

Tints of Rose White #FEF3EE

Color information

#FEF3EE (or 0xFEF3EE) is unknown color: approx Rose White. HEX triplet: FE, F3 and EE. RGB value is (254,243,238). Sum of RGB (Red+Green+Blue) = 254+243+238=735 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.56% from 735); Green value is 243 (95.31% from 255 or 33.06% from 735); Blue value is 238 (93.36% from 255 or 32.38% from 735); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF3EE is #010C11. Grayscale: #F5F5F5. Windows color (decimal): -68626 or 15660030. OLE color: 15660030.

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

Color convert

RGB254243238-
CMYK00.040.060.00
HSL18.75º88.89%96.47%-
HSV(B)18.75º6.3%99.61%-
XYZ88.3691.3593.86-
YUV245.72123.64133.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.56%
GREEN value IS 243 (95.31% from 255) = 33.06%
BLUE value IS 238 (93.36% from 255) = 32.38%
R=34.56%
G=33.06%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424323800.040.060.0018.7588.8996.47
HexFEF3EE0460135960
Octal376363356046023131140
Binary111111101111001111101110010011001001110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF3EE; }

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

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

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

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

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

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

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

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