#FEF1EB

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

Shades of Rose White #FEF1EB

Tints of Rose White #FEF1EB

Color information

#FEF1EB (or 0xFEF1EB) is unknown color: approx Rose White. HEX triplet: FE, F1 and EB. RGB value is (254,241,235). Sum of RGB (Red+Green+Blue) = 254+241+235=730 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.79% from 730); Green value is 241 (94.53% from 255 or 33.01% from 730); Blue value is 235 (92.19% from 255 or 32.19% from 730); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF1EB is #010E14. Grayscale: #F4F4F4. Windows color (decimal): -69141 or 15462910. OLE color: 15462910.

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

Color convert

RGB254241235-
CMYK00.050.070.00
HSL18.95º90.48%95.88%-
HSV(B)18.95º7.48%99.61%-
XYZ87.3289.9891.36-
YUV244.2122.81134.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.79%
GREEN value IS 241 (94.53% from 255) = 33.01%
BLUE value IS 235 (92.19% from 255) = 32.19%
R=34.79%
G=33.01%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424123500.050.070.0018.9590.4895.88
HexFEF1EB0570135a60
Octal376361353057023132140
Binary111111101111000111101011010111101001110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1EB; }

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

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

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

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

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

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

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

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