#FBF1ED

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

Shades of Rose White #FBF1ED

Tints of Rose White #FBF1ED

Color information

#FBF1ED (or 0xFBF1ED) is unknown color: approx Rose White. HEX triplet: FB, F1 and ED. RGB value is (251,241,237). Sum of RGB (Red+Green+Blue) = 251+241+237=729 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.43% from 729); Green value is 241 (94.53% from 255 or 33.06% from 729); Blue value is 237 (92.97% from 255 or 32.51% from 729); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF1ED is #040E12. Grayscale: #F3F3F3. Windows color (decimal): -265747 or 15593979. OLE color: 15593979.

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

Color convert

RGB251241237-
CMYK00.040.060.02
HSL17.14º63.64%95.69%-
HSV(B)17.14º5.58%98.43%-
XYZ86.5389.5392.84-
YUV243.53124.31133.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.43%
GREEN value IS 241 (94.53% from 255) = 33.06%
BLUE value IS 237 (92.97% from 255) = 32.51%
R=34.43%
G=33.06%
B=32.51%

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
Decimal25124123700.040.060.0217.1463.6495.69
HexFBF1ED0462114060
Octal373361355046221100140
Binary1111101111110001111011010100110101000110000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF1ED; }

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

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

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

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

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

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

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

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