#FBEFED

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

Shades of Rose White #FBEFED

Tints of Rose White #FBEFED

Color information

#FBEFED (or 0xFBEFED) is unknown color: approx Rose White. HEX triplet: FB, EF and ED. RGB value is (251,239,237). Sum of RGB (Red+Green+Blue) = 251+239+237=727 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.53% from 727); Green value is 239 (93.75% from 255 or 32.87% from 727); Blue value is 237 (92.97% from 255 or 32.60% from 727); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEFED is #041012. Grayscale: #F2F2F2. Windows color (decimal): -266259 or 15593467. OLE color: 15593467.

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

Color convert

RGB251239237-
CMYK00.050.060.02
HSL8.57º63.64%95.69%-
HSV(B)8.57º5.58%98.43%-
XYZ85.9488.3692.65-
YUV242.36124.98134.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.53%
GREEN value IS 239 (93.75% from 255) = 32.87%
BLUE value IS 237 (92.97% from 255) = 32.60%
R=34.53%
G=32.87%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123923700.050.060.028.5763.6495.69
HexFBEFED056294060
Octal373357355056211100140
Binary111110111110111111101101010111010100110000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFED; }

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

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

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

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

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

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

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

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