#FDEFFA

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

Shades of Lavender Blush #FDEFFA

Tints of Lavender Blush #FDEFFA

Color information

#FDEFFA (or 0xFDEFFA) is unknown color: approx Lavender Blush. HEX triplet: FD, EF and FA. RGB value is (253,239,250). Sum of RGB (Red+Green+Blue) = 253+239+250=742 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.10% from 742); Green value is 239 (93.75% from 255 or 32.21% from 742); Blue value is 250 (98.05% from 255 or 33.69% from 742); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEFFA is #021005. Grayscale: #F4F4F4. Windows color (decimal): -135174 or 16445437. OLE color: 16445437.

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

Color convert

RGB253239250-
CMYK00.060.010.01
HSL312.86º77.78%96.47%-
HSV(B)312.86º5.53%99.22%-
XYZ88.6389.52103.05-
YUV244.44131.14134.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.10%
GREEN value IS 239 (93.75% from 255) = 32.21%
BLUE value IS 250 (98.05% from 255) = 33.69%
R=34.10%
G=32.21%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323925000.060.010.01312.8677.7896.47
HexFDEFFA06111394e60
Octal3753573720611471116140
Binary11111101111011111111101001101110011100110011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEFFA; }

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

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

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

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

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

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

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

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