#FEFAFC

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

Shades of Lavender Blush #FEFAFC

Tints of Lavender Blush #FEFAFC

Color information

#FEFAFC (or 0xFEFAFC) is unknown color: approx Lavender Blush. HEX triplet: FE, FA and FC. RGB value is (254,250,252). Sum of RGB (Red+Green+Blue) = 254+250+252=756 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.60% from 756); Green value is 250 (98.05% from 255 or 33.07% from 756); Blue value is 252 (98.83% from 255 or 33.33% from 756); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFAFC is #010503. Grayscale: #FBFBFB. Windows color (decimal): -66820 or 16579326. OLE color: 16579326.

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

Color convert

RGB254250252-
CMYK00.020.010.00
HSL330º66.67%98.82%-
HSV(B)330º1.57%99.61%-
XYZ92.6396.47105.83-
YUV251.42128.33129.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.60%
GREEN value IS 250 (98.05% from 255) = 33.07%
BLUE value IS 252 (98.83% from 255) = 33.33%
R=33.60%
G=33.07%
B=33.33%

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
Decimal25425025200.020.010.0033066.6798.82
HexFEFAFC021014a4363
Octal3763723740210512103143
Binary1111111011111010111111000101010100101010000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAFC; }

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

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

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

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

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

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

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

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