#FEFAFB

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

Shades of Lavender Blush #FEFAFB

Tints of Lavender Blush #FEFAFB

Color information

#FEFAFB (or 0xFEFAFB) is unknown color: approx Lavender Blush. HEX triplet: FE, FA and FB. RGB value is (254,250,251). Sum of RGB (Red+Green+Blue) = 254+250+251=755 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.64% from 755); Green value is 250 (98.05% from 255 or 33.11% from 755); Blue value is 251 (98.44% from 255 or 33.25% from 755); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFAFB is #010504. Grayscale: #FBFBFB. Windows color (decimal): -66821 or 16513790. OLE color: 16513790.

HSL color Cylindrical-coordinate representation of color #FEFAFB: hue angle of 345º 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 #FEFAFB is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB254250251-
CMYK00.020.010.00
HSL345º66.67%98.82%-
HSV(B)345º1.57%99.61%-
XYZ92.4796.41105-
YUV251.31127.83129.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.64%
GREEN value IS 250 (98.05% from 255) = 33.11%
BLUE value IS 251 (98.44% from 255) = 33.25%
R=33.64%
G=33.11%
B=33.25%

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
Decimal25425025100.020.010.0034566.6798.82
HexFEFAFB02101594363
Octal3763723730210531103143
Binary1111111011111010111110110101010101100110000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAFB; }

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

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

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

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

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

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

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

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