#FEF8FC

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

Shades of Lavender Blush #FEF8FC

Tints of Lavender Blush #FEF8FC

Color information

#FEF8FC (or 0xFEF8FC) is unknown color: approx Lavender Blush. HEX triplet: FE, F8 and FC. RGB value is (254,248,252). Sum of RGB (Red+Green+Blue) = 254+248+252=754 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.69% from 754); Green value is 248 (97.27% from 255 or 32.89% from 754); Blue value is 252 (98.83% from 255 or 33.42% from 754); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF8FC is #010703. Grayscale: #FAFAFA. Windows color (decimal): -67332 or 16578814. OLE color: 16578814.

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

Color convert

RGB254248252-
CMYK00.020.010.00
HSL320º75%98.43%-
HSV(B)320º2.36%99.61%-
XYZ92.0195.23105.63-
YUV250.25128.99130.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.69%
GREEN value IS 248 (97.27% from 255) = 32.89%
BLUE value IS 252 (98.83% from 255) = 33.42%
R=33.69%
G=32.89%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424825200.020.010.003207598.43
HexFEF8FC02101404b62
Octal3763703740210500113142
Binary1111111011111000111111000101010100000010010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF8FC; }

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

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

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

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

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

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

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

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