#FEEFEC

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

Shades of Rose White #FEEFEC

Tints of Rose White #FEEFEC

Color information

#FEEFEC (or 0xFEEFEC) is unknown color: approx Rose White. HEX triplet: FE, EF and EC. RGB value is (254,239,236). Sum of RGB (Red+Green+Blue) = 254+239+236=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 239 (93.75% from 255 or 32.78% from 729); Blue value is 236 (92.58% from 255 or 32.37% from 729); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEFEC is #011013. Grayscale: #F3F3F3. Windows color (decimal): -69652 or 15527934. OLE color: 15527934.

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

Color convert

RGB254239236-
CMYK00.060.070.00
HSL10º90%96.08%-
HSV(B)10º7.09%99.61%-
XYZ86.8888.8691.93-
YUV243.14123.97135.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.84%
GREEN value IS 239 (93.75% from 255) = 32.78%
BLUE value IS 236 (92.58% from 255) = 32.37%
R=34.84%
G=32.78%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423923600.060.070.00109096.08
HexFEEFEC0670a5a60
Octal376357354067012132140
Binary11111110111011111110110001101110101010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFEC; }

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

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

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

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

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

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

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

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