#FBECF5

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

Shades of Lavender Blush #FBECF5

Tints of Lavender Blush #FBECF5

Color information

#FBECF5 (or 0xFBECF5) is unknown color: approx Lavender Blush. HEX triplet: FB, EC and F5. RGB value is (251,236,245). Sum of RGB (Red+Green+Blue) = 251+236+245=732 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.29% from 732); Green value is 236 (92.58% from 255 or 32.24% from 732); Blue value is 245 (96.09% from 255 or 33.47% from 732); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBECF5 is #04130A. Grayscale: #F1F1F1. Windows color (decimal): -267019 or 16116987. OLE color: 16116987.

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

Color convert

RGB251236245-
CMYK00.060.020.02
HSL324º65.22%95.49%-
HSV(B)324º5.98%98.43%-
XYZ86.2687.0998.65-
YUV241.51129.97134.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.29%
GREEN value IS 236 (92.58% from 255) = 32.24%
BLUE value IS 245 (96.09% from 255) = 33.47%
R=34.29%
G=32.24%
B=33.47%

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
Decimal25123624500.060.020.0232465.2295.49
HexFBECF50622144415f
Octal3733543650622504101137
Binary1111101111101100111101010110101010100010010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBECF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBECF5; }

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

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

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

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

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

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

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

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