#FEFAFD

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

Shades of Lavender Blush #FEFAFD

Tints of Lavender Blush #FEFAFD

Color information

#FEFAFD (or 0xFEFAFD) is unknown color: approx Lavender Blush. HEX triplet: FE, FA and FD. RGB value is (254,250,253). Sum of RGB (Red+Green+Blue) = 254+250+253=757 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.55% from 757); Green value is 250 (98.05% from 255 or 33.03% from 757); Blue value is 253 (99.22% from 255 or 33.42% from 757); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFAFD is #010502. Grayscale: #FBFBFB. Windows color (decimal): -66819 or 16644862. OLE color: 16644862.

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

Color convert

RGB254250253-
CMYK00.020.000.00
HSL315º66.67%98.82%-
HSV(B)315º1.57%99.61%-
XYZ92.7996.53106.67-
YUV251.54128.83129.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.55%
GREEN value IS 250 (98.05% from 255) = 33.03%
BLUE value IS 253 (99.22% from 255) = 33.42%
R=33.55%
G=33.03%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425025300.020.000.0031566.6798.82
HexFEFAFD020013b4363
Octal3763723750200473103143
Binary1111111011111010111111010100010011101110000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAFD; }

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

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

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

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

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

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

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

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