#FBF0EA

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

Shades of Rose White #FBF0EA

Tints of Rose White #FBF0EA

Color information

#FBF0EA (or 0xFBF0EA) is unknown color: approx Rose White. HEX triplet: FB, F0 and EA. RGB value is (251,240,234). Sum of RGB (Red+Green+Blue) = 251+240+234=725 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.62% from 725); Green value is 240 (94.14% from 255 or 33.10% from 725); Blue value is 234 (91.80% from 255 or 32.28% from 725); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF0EA is #040F15. Grayscale: #F2F2F2. Windows color (decimal): -266006 or 15397115. OLE color: 15397115.

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

Color convert

RGB251240234-
CMYK00.040.070.02
HSL21.18º68%95.1%-
HSV(B)21.18º6.77%98.43%-
XYZ85.888.7790.45-
YUV242.6123.14133.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.62%
GREEN value IS 240 (94.14% from 255) = 33.10%
BLUE value IS 234 (91.80% from 255) = 32.28%
R=34.62%
G=33.10%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124023400.040.070.0221.186895.1
HexFBF0EA047215445f
Octal373360352047225104137
Binary1111101111110000111010100100111101010110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0EA; }

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

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

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

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

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

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

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

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