#FBECE6

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

Shades of Rose White #FBECE6

Tints of Rose White #FBECE6

Color information

#FBECE6 (or 0xFBECE6) is unknown color: approx Rose White. HEX triplet: FB, EC and E6. RGB value is (251,236,230). Sum of RGB (Red+Green+Blue) = 251+236+230=717 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.01% from 717); Green value is 236 (92.58% from 255 or 32.91% from 717); Blue value is 230 (90.23% from 255 or 32.08% from 717); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBECE6 is #041319. Grayscale: #EFEFEF. Windows color (decimal): -267034 or 15133947. OLE color: 15133947.

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

Color convert

RGB251236230-
CMYK00.060.080.02
HSL17.14º72.41%94.31%-
HSV(B)17.14º8.37%98.43%-
XYZ84.0686.2187.07-
YUV239.8122.47135.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.01%
GREEN value IS 236 (92.58% from 255) = 32.91%
BLUE value IS 230 (90.23% from 255) = 32.08%
R=35.01%
G=32.91%
B=32.08%

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
Decimal25123623000.060.080.0217.1472.4194.31
HexFBECE6068211485e
Octal3733543460610221110136
Binary11111011111011001110011001101000101000110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBECE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBECE6; }

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

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

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

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

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

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

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

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