#FEFCFD

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

Shades of Lavender Blush #FEFCFD

Tints of Lavender Blush #FEFCFD

Color information

#FEFCFD (or 0xFEFCFD) is unknown color: approx Lavender Blush. HEX triplet: FE, FC and FD. RGB value is (254,252,253). Sum of RGB (Red+Green+Blue) = 254+252+253=759 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.47% from 759); Green value is 252 (98.83% from 255 or 33.20% from 759); Blue value is 253 (99.22% from 255 or 33.33% from 759); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFCFD is #010302. Grayscale: #FCFCFC. Windows color (decimal): -66307 or 16645374. OLE color: 16645374.

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

Color convert

RGB254252253-
CMYK00.010.000.00
HSL330º50%99.22%-
HSV(B)330º0.79%99.61%-
XYZ93.4197.78106.88-
YUV252.71128.16128.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.47%
GREEN value IS 252 (98.83% from 255) = 33.20%
BLUE value IS 253 (99.22% from 255) = 33.33%
R=33.47%
G=33.20%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425225300.010.000.003305099.22
HexFEFCFD010014a3263
Octal376374375010051262143
Binary11111110111111001111110101001010010101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCFD; }

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

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

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

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

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

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

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

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