#FEB2DF

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

Shades of Lavender Pink #FEB2DF

Tints of Lavender Pink #FEB2DF

Color information

#FEB2DF (or 0xFEB2DF) is unknown color: approx Lavender Pink. HEX triplet: FE, B2 and DF. RGB value is (254,178,223). Sum of RGB (Red+Green+Blue) = 254+178+223=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 178 (69.92% from 255 or 27.18% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2DF is #014D20. Grayscale: #CDCDCD. Windows color (decimal): -85281 or 14660350. OLE color: 14660350.

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

Color convert

RGB254178223-
CMYK00.300.120.00
HSL324.47º97.44%84.71%-
HSV(B)324.47º29.92%99.61%-
XYZ70.1158.2477.36-
YUV205.85137.68162.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.78%
GREEN value IS 178 (69.92% from 255) = 27.18%
BLUE value IS 223 (87.5% from 255) = 34.05%
R=38.78%
G=27.18%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417822300.300.120.00324.4797.4484.71
HexFEB2DF01EC01446155
Octal376262337036140504141125
Binary1111111010110010110111110111101100010100010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2DF; }

 p { color: rgb(254,178,223); }

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

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

 a { background-color: rgb(254,178,223); }

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

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

 span { border-color: rgb(254,178,223); }

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