#FFEBFA

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

Shades of Lavender Blush #FFEBFA

Tints of Lavender Blush #FFEBFA

Color information

#FFEBFA (or 0xFFEBFA) is unknown color: approx Lavender Blush. HEX triplet: FF, EB and FA. RGB value is (255,235,250). Sum of RGB (Red+Green+Blue) = 255+235+250=740 (98% of max value = 765). Red value is 255 (100% from 255 or 34.46% from 740); Green value is 235 (92.19% from 255 or 31.76% from 740); Blue value is 250 (98.05% from 255 or 33.78% from 740); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEBFA is #001405. Grayscale: #F2F2F2. Windows color (decimal): -5126 or 16444415. OLE color: 16444415.

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

Color convert

RGB255235250-
CMYK00.080.020
HSL315º100%96.08%-
HSV(B)315º7.84%100%-
XYZ88.287.58102.7-
YUV242.69132.13136.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.46%
GREEN value IS 235 (92.19% from 255) = 31.76%
BLUE value IS 250 (98.05% from 255) = 33.78%
R=34.46%
G=31.76%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523525000.080.02031510096.08
HexFFEBFA082013b6460
Octal37735337201020473144140
Binary1111111111101011111110100100010010011101111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEBFA; }

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

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

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

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

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

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

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

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