#FFF0F1

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

Shades of Lavender Blush #FFF0F1

Tints of Lavender Blush #FFF0F1

Color information

#FFF0F1 (or 0xFFF0F1) is unknown color: approx Lavender Blush. HEX triplet: FF, F0 and F1. RGB value is (255,240,241). Sum of RGB (Red+Green+Blue) = 255+240+241=736 (97% of max value = 765). Red value is 255 (100% from 255 or 34.65% from 736); Green value is 240 (94.14% from 255 or 32.61% from 736); Blue value is 241 (94.53% from 255 or 32.74% from 736); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0F1 is #000F0E. Grayscale: #F4F4F4. Windows color (decimal): -3855 or 15855871. OLE color: 15855871.

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

Color convert

RGB255240241-
CMYK00.060.050
HSL356º100%97.06%-
HSV(B)356º5.88%100%-
XYZ88.2889.9395.92-
YUV244.6125.97135.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.65%
GREEN value IS 240 (94.14% from 255) = 32.61%
BLUE value IS 241 (94.53% from 255) = 32.74%
R=34.65%
G=32.61%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524024100.060.05035610097.06
HexFFF0F106501646461
Octal3773603610650544144141
Binary1111111111110000111100010110101010110010011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0F1; }

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

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

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

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

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

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

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

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