#FBEEE8

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

Shades of Rose White #FBEEE8

Tints of Rose White #FBEEE8

Color information

#FBEEE8 (or 0xFBEEE8) is unknown color: approx Rose White. HEX triplet: FB, EE and E8. RGB value is (251,238,232). Sum of RGB (Red+Green+Blue) = 251+238+232=721 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.81% from 721); Green value is 238 (93.36% from 255 or 33.01% from 721); Blue value is 232 (91.02% from 255 or 32.18% from 721); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEEE8 is #041117. Grayscale: #F1F1F1. Windows color (decimal): -266520 or 15265531. OLE color: 15265531.

HSL color Cylindrical-coordinate representation of color #FBEEE8: hue angle of 18.95º degrees, saturation: 0.7, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FBEEE8 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB251238232-
CMYK00.050.080.02
HSL18.95º70.37%94.71%-
HSV(B)18.95º7.57%98.43%-
XYZ84.9287.4888.75-
YUV241.2122.81134.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.81%
GREEN value IS 238 (93.36% from 255) = 33.01%
BLUE value IS 232 (91.02% from 255) = 32.18%
R=34.81%
G=33.01%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123823200.050.080.0218.9570.3794.71
HexFBEEE8058213465f
Octal3733563500510223106137
Binary11111011111011101110100001011000101001110001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEEE8; }

 p { color: rgb(251,238,232); }

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

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

 a { background-color: rgb(251,238,232); }

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

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

 span { border-color: rgb(251,238,232); }

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