#FBEDE4

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

Shades of Rose White #FBEDE4

Tints of Rose White #FBEDE4

Color information

#FBEDE4 (or 0xFBEDE4) is unknown color: approx Rose White. HEX triplet: FB, ED and E4. RGB value is (251,237,228). Sum of RGB (Red+Green+Blue) = 251+237+228=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 228 (89.45% from 255 or 31.84% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDE4 is #04121B. Grayscale: #F0F0F0. Windows color (decimal): -266780 or 15003131. OLE color: 15003131.

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

Color convert

RGB251237228-
CMYK00.060.090.02
HSL23.48º74.19%93.92%-
HSV(B)23.48º9.16%98.43%-
XYZ84.0786.6885.7-
YUV240.16121.14135.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.06%
GREEN value IS 237 (92.97% from 255) = 33.10%
BLUE value IS 228 (89.45% from 255) = 31.84%
R=35.06%
G=33.10%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123722800.060.090.0223.4874.1993.92
HexFBEDE40692174a5e
Octal3733553440611227112136
Binary11111011111011011110010001101001101011110010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEDE4; }

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

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

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

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

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

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

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

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