#FBF0EB

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

Shades of Rose White #FBF0EB

Tints of Rose White #FBF0EB

Color information

#FBF0EB (or 0xFBF0EB) is unknown color: approx Rose White. HEX triplet: FB, F0 and EB. RGB value is (251,240,235). Sum of RGB (Red+Green+Blue) = 251+240+235=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 240 (94.14% from 255 or 33.06% from 726); Blue value is 235 (92.19% from 255 or 32.37% from 726); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF0EB is #040F14. Grayscale: #F2F2F2. Windows color (decimal): -266005 or 15462651. OLE color: 15462651.

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

Color convert

RGB251240235-
CMYK00.040.060.02
HSL18.75º66.67%95.29%-
HSV(B)18.75º6.37%98.43%-
XYZ85.9488.8391.21-
YUV242.72123.64133.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.57%
GREEN value IS 240 (94.14% from 255) = 33.06%
BLUE value IS 235 (92.19% from 255) = 32.37%
R=34.57%
G=33.06%
B=32.37%

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
Decimal25124023500.040.060.0218.7566.6795.29
HexFBF0EB046213435f
Octal373360353046223103137
Binary1111101111110000111010110100110101001110000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0EB; }

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

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

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

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

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

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

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

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