#FEEFE7

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

Shades of Rose White #FEEFE7

Tints of Rose White #FEEFE7

Color information

#FEEFE7 (or 0xFEEFE7) is unknown color: approx Rose White. HEX triplet: FE, EF and E7. RGB value is (254,239,231). Sum of RGB (Red+Green+Blue) = 254+239+231=724 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.08% from 724); Green value is 239 (93.75% from 255 or 33.01% from 724); Blue value is 231 (90.62% from 255 or 31.91% from 724); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEFE7 is #011018. Grayscale: #F2F2F2. Windows color (decimal): -69657 or 15200254. OLE color: 15200254.

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

Color convert

RGB254239231-
CMYK00.060.090.00
HSL20.87º92%95.1%-
HSV(B)20.87º9.06%99.61%-
XYZ86.1688.5788.16-
YUV242.57121.47136.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.08%
GREEN value IS 239 (93.75% from 255) = 33.01%
BLUE value IS 231 (90.62% from 255) = 31.91%
R=35.08%
G=33.01%
B=31.91%

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
Decimal25423923100.060.090.0020.879295.1
HexFEEFE70690155c5f
Octal3763573470611025134137
Binary1111111011101111111001110110100101010110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFE7; }

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

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

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

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

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

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

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

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