#FBEDF6

Color #FBEDF6 Lavender Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blush #FBEDF6

Tints of Lavender Blush #FBEDF6

Color information

#FBEDF6 (or 0xFBEDF6) is unknown color: approx Lavender Blush. HEX triplet: FB, ED and F6. RGB value is (251,237,246). Sum of RGB (Red+Green+Blue) = 251+237+246=734 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.20% from 734); Green value is 237 (92.97% from 255 or 32.29% from 734); Blue value is 246 (96.48% from 255 or 33.51% from 734); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEDF6 is #041209. Grayscale: #F2F2F2. Windows color (decimal): -266762 or 16182779. OLE color: 16182779.

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

Color convert

RGB251237246-
CMYK00.060.020.02
HSL321.43º63.64%95.69%-
HSV(B)321.43º5.58%98.43%-
XYZ86.787.7399.55-
YUV242.21130.14134.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.20%
GREEN value IS 237 (92.97% from 255) = 32.29%
BLUE value IS 246 (96.48% from 255) = 33.51%
R=34.20%
G=32.29%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123724600.060.020.02321.4363.6495.69
HexFBEDF606221414060
Octal3733553660622501100140
Binary1111101111101101111101100110101010100000110000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEDF6; }

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

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

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

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

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

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

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

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