#FFF6FC

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

Shades of Lavender Blush #FFF6FC

Tints of Lavender Blush #FFF6FC

Color information

#FFF6FC (or 0xFFF6FC) is unknown color: approx Lavender Blush. HEX triplet: FF, F6 and FC. RGB value is (255,246,252). Sum of RGB (Red+Green+Blue) = 255+246+252=753 (99% of max value = 765). Red value is 255 (100% from 255 or 33.86% from 753); Green value is 246 (96.48% from 255 or 32.67% from 753); Blue value is 252 (98.83% from 255 or 33.47% from 753); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF6FC is #000903. Grayscale: #F9F9F9. Windows color (decimal): -2308 or 16578303. OLE color: 16578303.

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

Color convert

RGB255246252-
CMYK00.040.010
HSL320º100%98.24%-
HSV(B)320º3.53%100%-
XYZ91.7794.2105.44-
YUV249.38129.48132.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 33.86%
GREEN value IS 246 (96.48% from 255) = 32.67%
BLUE value IS 252 (98.83% from 255) = 33.47%
R=33.86%
G=32.67%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524625200.040.01032010098.24
HexFFF6FC04101406462
Octal3773663740410500144142
Binary11111111111101101111110001001010100000011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF6FC; }

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

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

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

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

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

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

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

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