#FBEDF3

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

Shades of Lavender Blush #FBEDF3

Tints of Lavender Blush #FBEDF3

Color information

#FBEDF3 (or 0xFBEDF3) is unknown color: approx Lavender Blush. HEX triplet: FB, ED and F3. RGB value is (251,237,243). Sum of RGB (Red+Green+Blue) = 251+237+243=731 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.34% from 731); Green value is 237 (92.97% from 255 or 32.42% from 731); Blue value is 243 (95.31% from 255 or 33.24% from 731); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEDF3 is #04120C. Grayscale: #F1F1F1. Windows color (decimal): -266765 or 15986171. OLE color: 15986171.

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

Color convert

RGB251237243-
CMYK00.060.030.02
HSL334.29º63.64%95.69%-
HSV(B)334.29º5.58%98.43%-
XYZ86.2587.5597.15-
YUV241.87128.64134.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.34%
GREEN value IS 237 (92.97% from 255) = 32.42%
BLUE value IS 243 (95.31% from 255) = 33.24%
R=34.34%
G=32.42%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123724300.060.030.02334.2963.6495.69
HexFBEDF3063214e4060
Octal3733553630632516100140
Binary1111101111101101111100110110111010100111010000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEDF3; }

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

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

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

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

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

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

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

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