#FBF0ED

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

Shades of Rose White #FBF0ED

Tints of Rose White #FBF0ED

Color information

#FBF0ED (or 0xFBF0ED) is unknown color: approx Rose White. HEX triplet: FB, F0 and ED. RGB value is (251,240,237). Sum of RGB (Red+Green+Blue) = 251+240+237=728 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.48% from 728); Green value is 240 (94.14% from 255 or 32.97% from 728); Blue value is 237 (92.97% from 255 or 32.55% from 728); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF0ED is #040F12. Grayscale: #F2F2F2. Windows color (decimal): -266003 or 15593723. OLE color: 15593723.

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

Color convert

RGB251240237-
CMYK00.040.060.02
HSL12.86º63.64%95.69%-
HSV(B)12.86º5.58%98.43%-
XYZ86.2388.9492.74-
YUV242.95124.64133.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.48%
GREEN value IS 240 (94.14% from 255) = 32.97%
BLUE value IS 237 (92.97% from 255) = 32.55%
R=34.48%
G=32.97%
B=32.55%

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
Decimal25124023700.040.060.0212.8663.6495.69
HexFBF0ED0462d4060
Octal373360355046215100140
Binary111110111111000011101101010011010110110000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0ED; }

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

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

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

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

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

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

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

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