#FBECE4

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

Shades of Rose White #FBECE4

Tints of Rose White #FBECE4

Color information

#FBECE4 (or 0xFBECE4) is unknown color: approx Rose White. HEX triplet: FB, EC and E4. RGB value is (251,236,228). Sum of RGB (Red+Green+Blue) = 251+236+228=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 236 (92.58% from 255 or 33.01% from 715); Blue value is 228 (89.45% from 255 or 31.89% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECE4 is #04131B. Grayscale: #EFEFEF. Windows color (decimal): -267036 or 15002875. OLE color: 15002875.

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

Color convert

RGB251236228-
CMYK00.060.090.02
HSL20.87º74.19%93.92%-
HSV(B)20.87º9.16%98.43%-
XYZ83.7886.185.6-
YUV239.57121.47136.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.10%
GREEN value IS 236 (92.58% from 255) = 33.01%
BLUE value IS 228 (89.45% from 255) = 31.89%
R=35.10%
G=33.01%
B=31.89%

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
Decimal25123622800.060.090.0220.8774.1993.92
HexFBECE40692154a5e
Octal3733543440611225112136
Binary11111011111011001110010001101001101010110010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBECE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBECE4; }

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

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

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

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

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

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

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

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