#FBEEE6

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

Shades of Rose White #FBEEE6

Tints of Rose White #FBEEE6

Color information

#FBEEE6 (or 0xFBEEE6) is unknown color: approx Rose White. HEX triplet: FB, EE and E6. RGB value is (251,238,230). Sum of RGB (Red+Green+Blue) = 251+238+230=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 238 (93.36% from 255 or 33.10% from 719); Blue value is 230 (90.23% from 255 or 31.99% from 719); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEEE6 is #041119. Grayscale: #F1F1F1. Windows color (decimal): -266522 or 15134459. OLE color: 15134459.

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

Color convert

RGB251238230-
CMYK00.050.080.02
HSL22.86º72.41%94.31%-
HSV(B)22.86º8.37%98.43%-
XYZ84.6487.3787.27-
YUV240.98121.81135.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.91%
GREEN value IS 238 (93.36% from 255) = 33.10%
BLUE value IS 230 (90.23% from 255) = 31.99%
R=34.91%
G=33.10%
B=31.99%

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
Decimal25123823000.050.080.0222.8672.4194.31
HexFBEEE6058217485e
Octal3733563460510227110136
Binary11111011111011101110011001011000101011110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEEE6; }

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

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

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

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

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

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

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

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