#FBEEEA

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

Shades of Rose White #FBEEEA

Tints of Rose White #FBEEEA

Color information

#FBEEEA (or 0xFBEEEA) is unknown color: approx Rose White. HEX triplet: FB, EE and EA. RGB value is (251,238,234). Sum of RGB (Red+Green+Blue) = 251+238+234=723 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.72% from 723); Green value is 238 (93.36% from 255 or 32.92% from 723); Blue value is 234 (91.80% from 255 or 32.37% from 723); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEEEA is #041115. Grayscale: #F1F1F1. Windows color (decimal): -266518 or 15396603. OLE color: 15396603.

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

Color convert

RGB251238234-
CMYK00.050.070.02
HSL14.12º68%95.1%-
HSV(B)14.12º6.77%98.43%-
XYZ85.2187.690.26-
YUV241.43123.81134.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.72%
GREEN value IS 238 (93.36% from 255) = 32.92%
BLUE value IS 234 (91.80% from 255) = 32.37%
R=34.72%
G=32.92%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123823400.050.070.0214.126895.1
HexFBEEEA0572e445f
Octal373356352057216104137
Binary111110111110111011101010010111110111010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEEEA; }

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

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

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

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

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

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

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

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