#FBEDE9

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

Shades of Rose White #FBEDE9

Tints of Rose White #FBEDE9

Color information

#FBEDE9 (or 0xFBEDE9) is unknown color: approx Rose White. HEX triplet: FB, ED and E9. RGB value is (251,237,233). Sum of RGB (Red+Green+Blue) = 251+237+233=721 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.81% from 721); Green value is 237 (92.97% from 255 or 32.87% from 721); Blue value is 233 (91.41% from 255 or 32.32% from 721); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEDE9 is #041216. Grayscale: #F0F0F0. Windows color (decimal): -266775 or 15330811. OLE color: 15330811.

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

Color convert

RGB251237233-
CMYK00.060.070.02
HSL13.33º69.23%94.9%-
HSV(B)13.33º7.17%98.43%-
XYZ84.7886.9689.41-
YUV240.73123.64135.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.81%
GREEN value IS 237 (92.97% from 255) = 32.87%
BLUE value IS 233 (91.41% from 255) = 32.32%
R=34.81%
G=32.87%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123723300.060.070.0213.3369.2394.9
HexFBEDE90672d455f
Octal373355351067215105137
Binary111110111110110111101001011011110110110001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEDE9; }

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

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

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

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

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

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

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

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