#FEF9FC

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

Shades of Lavender Blush #FEF9FC

Tints of Lavender Blush #FEF9FC

Color information

#FEF9FC (or 0xFEF9FC) is unknown color: approx Lavender Blush. HEX triplet: FE, F9 and FC. RGB value is (254,249,252). Sum of RGB (Red+Green+Blue) = 254+249+252=755 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.64% from 755); Green value is 249 (97.66% from 255 or 32.98% from 755); Blue value is 252 (98.83% from 255 or 33.38% from 755); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF9FC is #010603. Grayscale: #FAFAFA. Windows color (decimal): -67076 or 16579070. OLE color: 16579070.

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

Color convert

RGB254249252-
CMYK00.020.010.00
HSL324º71.43%98.63%-
HSV(B)324º1.97%99.61%-
XYZ92.3295.85105.73-
YUV250.84128.66130.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.64%
GREEN value IS 249 (97.66% from 255) = 32.98%
BLUE value IS 252 (98.83% from 255) = 33.38%
R=33.64%
G=32.98%
B=33.38%

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
Decimal25424925200.020.010.0032471.4398.63
HexFEF9FC02101444763
Octal3763713740210504107143
Binary1111111011111001111111000101010100010010001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9FC; }

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

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

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

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

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

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

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

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