#FEEFE6

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

Shades of Rose White #FEEFE6

Tints of Rose White #FEEFE6

Color information

#FEEFE6 (or 0xFEEFE6) is unknown color: approx Rose White. HEX triplet: FE, EF and E6. RGB value is (254,239,230). Sum of RGB (Red+Green+Blue) = 254+239+230=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 239 (93.75% from 255 or 33.06% from 723); Blue value is 230 (90.23% from 255 or 31.81% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEFE6 is #011019. Grayscale: #F2F2F2. Windows color (decimal): -69658 or 15134718. OLE color: 15134718.

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

Color convert

RGB254239230-
CMYK00.060.090.00
HSL22.5º92.31%94.9%-
HSV(B)22.5º9.45%99.61%-
XYZ86.0288.5287.41-
YUV242.46120.97136.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.13%
GREEN value IS 239 (93.75% from 255) = 33.06%
BLUE value IS 230 (90.23% from 255) = 31.81%
R=35.13%
G=33.06%
B=31.81%

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
Decimal25423923000.060.090.0022.592.3194.9
HexFEEFE60690175c5f
Octal3763573460611027134137
Binary1111111011101111111001100110100101011110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFE6; }

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

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

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

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

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

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

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

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