#FEEFE9

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

Shades of Rose White #FEEFE9

Tints of Rose White #FEEFE9

Color information

#FEEFE9 (or 0xFEEFE9) is unknown color: approx Rose White. HEX triplet: FE, EF and E9. RGB value is (254,239,233). Sum of RGB (Red+Green+Blue) = 254+239+233=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 239 (93.75% from 255 or 32.92% from 726); Blue value is 233 (91.41% from 255 or 32.09% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEFE9 is #011016. Grayscale: #F2F2F2. Windows color (decimal): -69655 or 15331326. OLE color: 15331326.

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

Color convert

RGB254239233-
CMYK00.060.080.00
HSL17.14º91.3%95.49%-
HSV(B)17.14º8.27%99.61%-
XYZ86.4588.6989.65-
YUV242.8122.47135.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.99%
GREEN value IS 239 (93.75% from 255) = 32.92%
BLUE value IS 233 (91.41% from 255) = 32.09%
R=34.99%
G=32.92%
B=32.09%

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
Decimal25423923300.060.080.0017.1491.395.49
HexFEEFE90680115b5f
Octal3763573510610021133137
Binary1111111011101111111010010110100001000110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFE9; }

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

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

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

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

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

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

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

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