#FEEFE8

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

Shades of Rose White #FEEFE8

Tints of Rose White #FEEFE8

Color information

#FEEFE8 (or 0xFEEFE8) is unknown color: approx Rose White. HEX triplet: FE, EF and E8. RGB value is (254,239,232). Sum of RGB (Red+Green+Blue) = 254+239+232=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 239 (93.75% from 255 or 32.97% from 725); Blue value is 232 (91.02% from 255 or 32% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEFE8 is #011017. Grayscale: #F2F2F2. Windows color (decimal): -69656 or 15265790. OLE color: 15265790.

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

Color convert

RGB254239232-
CMYK00.060.090.00
HSL19.09º91.67%95.29%-
HSV(B)19.09º8.66%99.61%-
XYZ86.3188.6388.9-
YUV242.69121.97136.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.03%
GREEN value IS 239 (93.75% from 255) = 32.97%
BLUE value IS 232 (91.02% from 255) = 32%
R=35.03%
G=32.97%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423923200.060.090.0019.0991.6795.29
HexFEEFE80690135c5f
Octal3763573500611023134137
Binary1111111011101111111010000110100101001110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFE8; }

 p { color: rgb(254,239,232); }

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

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

 a { background-color: rgb(254,239,232); }

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

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

 span { border-color: rgb(254,239,232); }

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