#FFF2FC

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

Shades of Lavender Blush #FFF2FC

Tints of Lavender Blush #FFF2FC

Color information

#FFF2FC (or 0xFFF2FC) is unknown color: approx Lavender Blush. HEX triplet: FF, F2 and FC. RGB value is (255,242,252). Sum of RGB (Red+Green+Blue) = 255+242+252=749 (99% of max value = 765). Red value is 255 (100% from 255 or 34.05% from 749); Green value is 242 (94.92% from 255 or 32.31% from 749); Blue value is 252 (98.83% from 255 or 33.64% from 749); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF2FC is #000D03. Grayscale: #F7F7F7. Windows color (decimal): -3332 or 16577279. OLE color: 16577279.

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

Color convert

RGB255242252-
CMYK00.050.010
HSL313.85º100%97.45%-
HSV(B)313.85º5.1%100%-
XYZ90.5691.79105.04-
YUV247.03130.81133.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.05%
GREEN value IS 242 (94.92% from 255) = 32.31%
BLUE value IS 252 (98.83% from 255) = 33.64%
R=34.05%
G=32.31%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524225200.050.010313.8510097.45
HexFFF2FC051013a6461
Octal3773623740510472144141
Binary11111111111100101111110001011010011101011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2FC; }

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

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

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

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

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

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

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

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