#FEF2FC

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

Shades of Lavender Blush #FEF2FC

Tints of Lavender Blush #FEF2FC

Color information

#FEF2FC (or 0xFEF2FC) is unknown color: approx Lavender Blush. HEX triplet: FE, F2 and FC. RGB value is (254,242,252). Sum of RGB (Red+Green+Blue) = 254+242+252=748 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.96% from 748); Green value is 242 (94.92% from 255 or 32.35% from 748); Blue value is 252 (98.83% from 255 or 33.69% from 748); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF2FC is #010D03. Grayscale: #F6F6F6. Windows color (decimal): -68868 or 16577278. OLE color: 16577278.

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

Color convert

RGB254242252-
CMYK00.050.010.00
HSL310º85.71%97.25%-
HSV(B)310º4.72%99.61%-
XYZ90.291.6105.02-
YUV246.73130.98133.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.96%
GREEN value IS 242 (94.92% from 255) = 32.35%
BLUE value IS 252 (98.83% from 255) = 33.69%
R=33.96%
G=32.35%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424225200.050.010.0031085.7197.25
HexFEF2FC05101365661
Octal3763623740510466126141
Binary11111110111100101111110001011010011011010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2FC; }

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

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

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

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

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

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

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

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