#FBEEEB

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

Shades of Rose White #FBEEEB

Tints of Rose White #FBEEEB

Color information

#FBEEEB (or 0xFBEEEB) is unknown color: approx Rose White. HEX triplet: FB, EE and EB. RGB value is (251,238,235). Sum of RGB (Red+Green+Blue) = 251+238+235=724 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.67% from 724); Green value is 238 (93.36% from 255 or 32.87% from 724); Blue value is 235 (92.19% from 255 or 32.46% from 724); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEEEB is #041114. Grayscale: #F1F1F1. Windows color (decimal): -266517 or 15462139. OLE color: 15462139.

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

Color convert

RGB251238235-
CMYK00.050.060.02
HSL11.25º66.67%95.29%-
HSV(B)11.25º6.37%98.43%-
XYZ85.3587.6691.02-
YUV241.54124.31134.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.67%
GREEN value IS 238 (93.36% from 255) = 32.87%
BLUE value IS 235 (92.19% from 255) = 32.46%
R=34.67%
G=32.87%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123823500.050.060.0211.2566.6795.29
HexFBEEEB0562b435f
Octal373356353056213103137
Binary111110111110111011101011010111010101110000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEEEB; }

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

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

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

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

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

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

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

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