#FFF0FA

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

Shades of Lavender Blush #FFF0FA

Tints of Lavender Blush #FFF0FA

Color information

#FFF0FA (or 0xFFF0FA) is unknown color: approx Lavender Blush. HEX triplet: FF, F0 and FA. RGB value is (255,240,250). Sum of RGB (Red+Green+Blue) = 255+240+250=745 (98% of max value = 765). Red value is 255 (100% from 255 or 34.23% from 745); Green value is 240 (94.14% from 255 or 32.21% from 745); Blue value is 250 (98.05% from 255 or 33.56% from 745); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0FA is #000F05. Grayscale: #F5F5F5. Windows color (decimal): -3846 or 16445695. OLE color: 16445695.

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

Color convert

RGB255240250-
CMYK00.060.020
HSL320º100%97.06%-
HSV(B)320º5.88%100%-
XYZ89.6690.48103.18-
YUV245.62130.47134.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.23%
GREEN value IS 240 (94.14% from 255) = 32.21%
BLUE value IS 250 (98.05% from 255) = 33.56%
R=34.23%
G=32.21%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524025000.060.02032010097.06
HexFFF0FA06201406461
Octal3773603720620500144141
Binary111111111111000011111010011010010100000011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0FA; }

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

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

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

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

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

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

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

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