#FBECF1

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

Shades of Lavender Blush #FBECF1

Tints of Lavender Blush #FBECF1

Color information

#FBECF1 (or 0xFBECF1) is unknown color: approx Lavender Blush. HEX triplet: FB, EC and F1. RGB value is (251,236,241). Sum of RGB (Red+Green+Blue) = 251+236+241=728 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.48% from 728); Green value is 236 (92.58% from 255 or 32.42% from 728); Blue value is 241 (94.53% from 255 or 33.10% from 728); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBECF1 is #04130E. Grayscale: #F1F1F1. Windows color (decimal): -267023 or 15854843. OLE color: 15854843.

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

Color convert

RGB251236241-
CMYK00.060.040.02
HSL340º65.22%95.49%-
HSV(B)340º5.98%98.43%-
XYZ85.6686.8595.47-
YUV241.05127.97135.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.48%
GREEN value IS 236 (92.58% from 255) = 32.42%
BLUE value IS 241 (94.53% from 255) = 33.10%
R=34.48%
G=32.42%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123624100.060.040.0234065.2295.49
HexFBECF10642154415f
Octal3733543610642524101137
Binary11111011111011001111000101101001010101010010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBECF1; }

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

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

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

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

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

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

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

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