#FBF1EB

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

Shades of Rose White #FBF1EB

Tints of Rose White #FBF1EB

Color information

#FBF1EB (or 0xFBF1EB) is unknown color: approx Rose White. HEX triplet: FB, F1 and EB. RGB value is (251,241,235). Sum of RGB (Red+Green+Blue) = 251+241+235=727 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.53% from 727); Green value is 241 (94.53% from 255 or 33.15% from 727); Blue value is 235 (92.19% from 255 or 32.32% from 727); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF1EB is #040E14. Grayscale: #F3F3F3. Windows color (decimal): -265749 or 15462907. OLE color: 15462907.

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

Color convert

RGB251241235-
CMYK00.040.060.02
HSL22.5º66.67%95.29%-
HSV(B)22.5º6.37%98.43%-
XYZ86.2389.4291.31-
YUV243.31123.31133.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.53%
GREEN value IS 241 (94.53% from 255) = 33.15%
BLUE value IS 235 (92.19% from 255) = 32.32%
R=34.53%
G=33.15%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124123500.040.060.0222.566.6795.29
HexFBF1EB046217435f
Octal373361353046227103137
Binary1111101111110001111010110100110101011110000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF1EB; }

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

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

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

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

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

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

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

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