#FEEEE4

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

Shades of Rose White #FEEEE4

Tints of Rose White #FEEEE4

Color information

#FEEEE4 (or 0xFEEEE4) is unknown color: approx Rose White. HEX triplet: FE, EE and E4. RGB value is (254,238,228). Sum of RGB (Red+Green+Blue) = 254+238+228=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 238 (93.36% from 255 or 33.06% from 720); Blue value is 228 (89.45% from 255 or 31.67% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEE4 is #01111B. Grayscale: #F1F1F1. Windows color (decimal): -69916 or 15003390. OLE color: 15003390.

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

Color convert

RGB254238228-
CMYK00.060.100.00
HSL23.08º92.86%94.51%-
HSV(B)23.08º10.24%99.61%-
XYZ85.4587.8285.85-
YUV241.64120.3136.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.28%
GREEN value IS 238 (93.36% from 255) = 33.06%
BLUE value IS 228 (89.45% from 255) = 31.67%
R=35.28%
G=33.06%
B=31.67%

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
Decimal25423822800.060.100.0023.0892.8694.51
HexFEEEE406A0175d5f
Octal3763563440612027135137
Binary1111111011101110111001000110101001011110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEEE4; }

 p { color: rgb(254,238,228); }

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

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

 a { background-color: rgb(254,238,228); }

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

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

 span { border-color: rgb(254,238,228); }

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