#FEF0EA

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

Shades of Rose White #FEF0EA

Tints of Rose White #FEF0EA

Color information

#FEF0EA (or 0xFEF0EA) is unknown color: approx Rose White. HEX triplet: FE, F0 and EA. RGB value is (254,240,234). Sum of RGB (Red+Green+Blue) = 254+240+234=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 240 (94.14% from 255 or 32.97% from 728); Blue value is 234 (91.80% from 255 or 32.14% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF0EA is #010F15. Grayscale: #F3F3F3. Windows color (decimal): -69398 or 15397118. OLE color: 15397118.

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

Color convert

RGB254240234-
CMYK00.060.080.00
HSL18º90.91%95.69%-
HSV(B)18º7.87%99.61%-
XYZ86.8889.3390.51-
YUV243.5122.64135.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.89%
GREEN value IS 240 (94.14% from 255) = 32.97%
BLUE value IS 234 (91.80% from 255) = 32.14%
R=34.89%
G=32.97%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424023400.060.080.001890.9195.69
HexFEF0EA0680125b60
Octal3763603520610022133140
Binary1111111011110000111010100110100001001010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF0EA; }

 p { color: rgb(254,240,234); }

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

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

 a { background-color: rgb(254,240,234); }

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

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

 span { border-color: rgb(254,240,234); }

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