#FEB3DD

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

Shades of Lavender Pink #FEB3DD

Tints of Lavender Pink #FEB3DD

Color information

#FEB3DD (or 0xFEB3DD) is unknown color: approx Lavender Pink. HEX triplet: FE, B3 and DD. RGB value is (254,179,221). Sum of RGB (Red+Green+Blue) = 254+179+221=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 179 (70.31% from 255 or 27.37% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3DD is #014C22. Grayscale: #CECECE. Windows color (decimal): -85027 or 14529534. OLE color: 14529534.

HSL color Cylindrical-coordinate representation of color #FEB3DD: hue angle of 326.4º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB3DD is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB254179221-
CMYK00.300.130.00
HSL326.4º97.4%84.9%-
HSV(B)326.4º29.53%99.61%-
XYZ70.0458.5376.01-
YUV206.21136.35162.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 179 (70.31% from 255) = 27.37%
BLUE value IS 221 (86.72% from 255) = 33.79%
R=38.84%
G=27.37%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417922100.300.130.00326.497.484.9
HexFEB3DD01ED01466155
Octal376263335036150506141125
Binary1111111010110011110111010111101101010100011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB3DD; }

 p { color: rgb(254,179,221); }

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

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

 a { background-color: rgb(254,179,221); }

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

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

 span { border-color: rgb(254,179,221); }

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