#FFEBF0

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

Shades of Lavender Blush #FFEBF0

Tints of Lavender Blush #FFEBF0

Color information

#FFEBF0 (or 0xFFEBF0) is unknown color: approx Lavender Blush. HEX triplet: FF, EB and F0. RGB value is (255,235,240). Sum of RGB (Red+Green+Blue) = 255+235+240=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 235 (92.19% from 255 or 32.19% from 730); Blue value is 240 (94.14% from 255 or 32.88% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEBF0 is #00140F. Grayscale: #F1F1F1. Windows color (decimal): -5136 or 15789055. OLE color: 15789055.

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

Color convert

RGB255235240-
CMYK00.080.060
HSL345º100%96.08%-
HSV(B)345º7.84%100%-
XYZ86.6886.9794.66-
YUV241.55127.13137.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.93%
GREEN value IS 235 (92.19% from 255) = 32.19%
BLUE value IS 240 (94.14% from 255) = 32.88%
R=34.93%
G=32.19%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523524000.080.06034510096.08
HexFFEBF008601596460
Octal37735336001060531144140
Binary11111111111010111111000001000110010101100111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEBF0; }

 p { color: rgb(255,235,240); }

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

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

 a { background-color: rgb(255,235,240); }

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

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

 span { border-color: rgb(255,235,240); }

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