#FEEFEB

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

Shades of Rose White #FEEFEB

Tints of Rose White #FEEFEB

Color information

#FEEFEB (or 0xFEEFEB) is unknown color: approx Rose White. HEX triplet: FE, EF and EB. RGB value is (254,239,235). Sum of RGB (Red+Green+Blue) = 254+239+235=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 239 (93.75% from 255 or 32.83% from 728); Blue value is 235 (92.19% from 255 or 32.28% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEFEB is #011014. Grayscale: #F3F3F3. Windows color (decimal): -69653 or 15462398. OLE color: 15462398.

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

Color convert

RGB254239235-
CMYK00.060.070.00
HSL12.63º90.48%95.88%-
HSV(B)12.63º7.48%99.61%-
XYZ86.7388.891.17-
YUV243.03123.47135.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.89%
GREEN value IS 239 (93.75% from 255) = 32.83%
BLUE value IS 235 (92.19% from 255) = 32.28%
R=34.89%
G=32.83%
B=32.28%

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
Decimal25423923500.060.070.0012.6390.4895.88
HexFEEFEB0670d5a60
Octal376357353067015132140
Binary11111110111011111110101101101110110110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFEB; }

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

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

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

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

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

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

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

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