#FEFBFD

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

Shades of Lavender Blush #FEFBFD

Tints of Lavender Blush #FEFBFD

Color information

#FEFBFD (or 0xFEFBFD) is unknown color: approx Lavender Blush. HEX triplet: FE, FB and FD. RGB value is (254,251,253). Sum of RGB (Red+Green+Blue) = 254+251+253=758 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.51% from 758); Green value is 251 (98.44% from 255 or 33.11% from 758); Blue value is 253 (99.22% from 255 or 33.38% from 758); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFBFD is #010402. Grayscale: #FCFCFC. Windows color (decimal): -66563 or 16645118. OLE color: 16645118.

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

Color convert

RGB254251253-
CMYK00.010.000.00
HSL320º60%99.02%-
HSV(B)320º1.18%99.61%-
XYZ93.197.16106.77-
YUV252.12128.49129.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.51%
GREEN value IS 251 (98.44% from 255) = 33.11%
BLUE value IS 253 (99.22% from 255) = 33.38%
R=33.51%
G=33.11%
B=33.38%

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
Decimal25425125300.010.000.003206099.02
HexFEFBFD01001403c63
Octal376373375010050074143
Binary11111110111110111111110101001010000001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBFD; }

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

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

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

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

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

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

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

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