#FEF1EA

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

Shades of Rose White #FEF1EA

Tints of Rose White #FEF1EA

Color information

#FEF1EA (or 0xFEF1EA) is unknown color: approx Rose White. HEX triplet: FE, F1 and EA. RGB value is (254,241,234). Sum of RGB (Red+Green+Blue) = 254+241+234=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 241 (94.53% from 255 or 33.06% from 729); Blue value is 234 (91.80% from 255 or 32.10% from 729); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF1EA is #010E15. Grayscale: #F4F4F4. Windows color (decimal): -69142 or 15397374. OLE color: 15397374.

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

Color convert

RGB254241234-
CMYK00.050.080.00
HSL21º90.91%95.69%-
HSV(B)21º7.87%99.61%-
XYZ87.1889.9290.6-
YUV244.09122.31135.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.84%
GREEN value IS 241 (94.53% from 255) = 33.06%
BLUE value IS 234 (91.80% from 255) = 32.10%
R=34.84%
G=33.06%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424123400.050.080.002190.9195.69
HexFEF1EA0580155b60
Octal3763613520510025133140
Binary1111111011110001111010100101100001010110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1EA; }

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

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

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

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

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

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

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

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