#FFF0FC

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

Shades of Lavender Blush #FFF0FC

Tints of Lavender Blush #FFF0FC

Color information

#FFF0FC (or 0xFFF0FC) is unknown color: approx Lavender Blush. HEX triplet: FF, F0 and FC. RGB value is (255,240,252). Sum of RGB (Red+Green+Blue) = 255+240+252=747 (98% of max value = 765). Red value is 255 (100% from 255 or 34.14% from 747); Green value is 240 (94.14% from 255 or 32.13% from 747); Blue value is 252 (98.83% from 255 or 33.73% from 747); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0FC is #000F03. Grayscale: #F5F5F5. Windows color (decimal): -3844 or 16576767. OLE color: 16576767.

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

Color convert

RGB255240252-
CMYK00.060.010
HSL312º100%97.06%-
HSV(B)312º5.88%100%-
XYZ89.9790.61104.84-
YUV245.85131.47134.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.14%
GREEN value IS 240 (94.14% from 255) = 32.13%
BLUE value IS 252 (98.83% from 255) = 33.73%
R=34.14%
G=32.13%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524025200.060.01031210097.06
HexFFF0FC06101386461
Octal3773603740610470144141
Binary11111111111100001111110001101010011100011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0FC; }

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

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

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

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

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

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

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

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