#FEEFE5

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

Shades of Rose White #FEEFE5

Tints of Rose White #FEEFE5

Color information

#FEEFE5 (or 0xFEEFE5) is unknown color: approx Rose White. HEX triplet: FE, EF and E5. RGB value is (254,239,229). Sum of RGB (Red+Green+Blue) = 254+239+229=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 239 (93.75% from 255 or 33.10% from 722); Blue value is 229 (89.84% from 255 or 31.72% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFE5 is #01101A. Grayscale: #F2F2F2. Windows color (decimal): -69659 or 15069182. OLE color: 15069182.

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

Color convert

RGB254239229-
CMYK00.060.100.00
HSL24º92.59%94.71%-
HSV(B)24º9.84%99.61%-
XYZ85.8888.4686.68-
YUV242.34120.47136.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.18%
GREEN value IS 239 (93.75% from 255) = 33.10%
BLUE value IS 229 (89.84% from 255) = 31.72%
R=35.18%
G=33.10%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423922900.060.100.002492.5994.71
HexFEEFE506A0185d5f
Octal3763573450612030135137
Binary1111111011101111111001010110101001100010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFE5; }

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

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

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

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

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

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

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

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