#FEEEE7

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

Shades of Rose White #FEEEE7

Tints of Rose White #FEEEE7

Color information

#FEEEE7 (or 0xFEEEE7) is unknown color: approx Rose White. HEX triplet: FE, EE and E7. RGB value is (254,238,231). Sum of RGB (Red+Green+Blue) = 254+238+231=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 238 (93.36% from 255 or 32.92% from 723); Blue value is 231 (90.62% from 255 or 31.95% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEEE7 is #011118. Grayscale: #F2F2F2. Windows color (decimal): -69913 or 15199998. OLE color: 15199998.

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

Color convert

RGB254238231-
CMYK00.060.090.00
HSL18.26º92%95.1%-
HSV(B)18.26º9.06%99.61%-
XYZ85.8787.9988.06-
YUV241.99121.8136.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.13%
GREEN value IS 238 (93.36% from 255) = 32.92%
BLUE value IS 231 (90.62% from 255) = 31.95%
R=35.13%
G=32.92%
B=31.95%

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
Decimal25423823100.060.090.0018.269295.1
HexFEEEE70690125c5f
Octal3763563470611022134137
Binary1111111011101110111001110110100101001010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEEE7; }

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

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

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

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

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

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

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

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