#FBEDE6

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

Shades of Rose White #FBEDE6

Tints of Rose White #FBEDE6

Color information

#FBEDE6 (or 0xFBEDE6) is unknown color: approx Rose White. HEX triplet: FB, ED and E6. RGB value is (251,237,230). Sum of RGB (Red+Green+Blue) = 251+237+230=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 237 (92.97% from 255 or 33.01% from 718); Blue value is 230 (90.23% from 255 or 32.03% from 718); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEDE6 is #041219. Grayscale: #F0F0F0. Windows color (decimal): -266778 or 15134203. OLE color: 15134203.

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

Color convert

RGB251237230-
CMYK00.060.080.02
HSL20º72.41%94.31%-
HSV(B)20º8.37%98.43%-
XYZ84.3586.7987.17-
YUV240.39122.14135.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.96%
GREEN value IS 237 (92.97% from 255) = 33.01%
BLUE value IS 230 (90.23% from 255) = 32.03%
R=34.96%
G=33.01%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123723000.060.080.022072.4194.31
HexFBEDE6068214485e
Octal3733553460610224110136
Binary11111011111011011110011001101000101010010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEDE6; }

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

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

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

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

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

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

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

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