#FEEEE6

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

Shades of Rose White #FEEEE6

Tints of Rose White #FEEEE6

Color information

#FEEEE6 (or 0xFEEEE6) is unknown color: approx Rose White. HEX triplet: FE, EE and E6. RGB value is (254,238,230). Sum of RGB (Red+Green+Blue) = 254+238+230=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 238 (93.36% from 255 or 32.96% from 722); Blue value is 230 (90.23% from 255 or 31.86% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEEE6 is #011119. Grayscale: #F1F1F1. Windows color (decimal): -69914 or 15134462. OLE color: 15134462.

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

Color convert

RGB254238230-
CMYK00.060.090.00
HSL20º92.31%94.9%-
HSV(B)20º9.45%99.61%-
XYZ85.7387.9387.32-
YUV241.87121.3136.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.18%
GREEN value IS 238 (93.36% from 255) = 32.96%
BLUE value IS 230 (90.23% from 255) = 31.86%
R=35.18%
G=32.96%
B=31.86%

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
Decimal25423823000.060.090.002092.3194.9
HexFEEEE60690145c5f
Octal3763563460611024134137
Binary1111111011101110111001100110100101010010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEEE6; }

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

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

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

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

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

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

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

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