#F8B3DE

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

Shades of Lavender Pink #F8B3DE

Tints of Lavender Pink #F8B3DE

Color information

#F8B3DE (or 0xF8B3DE) is unknown color: approx Lavender Pink. HEX triplet: F8, B3 and DE. RGB value is (248,179,222). Sum of RGB (Red+Green+Blue) = 248+179+222=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 179 (70.31% from 255 or 27.58% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B3DE is #074C21. Grayscale: #CCCCCC. Windows color (decimal): -478242 or 14595064. OLE color: 14595064.

HSL color Cylindrical-coordinate representation of color #F8B3DE: hue angle of 322.61º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8B3DE is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB248179222-
CMYK00.280.100.03
HSL322.61º83.13%83.73%-
HSV(B)322.61º27.82%97.25%-
XYZ68.0257.4776.62-
YUV204.53137.86159-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.21%
GREEN value IS 179 (70.31% from 255) = 27.58%
BLUE value IS 222 (87.11% from 255) = 34.21%
R=38.21%
G=27.58%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817922200.280.100.03322.6183.1383.73
HexF8B3DE01CA31435354
Octal370263336034123503123124
Binary11111000101100111101111001110010101110100001110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B3DE; }

 p { color: rgb(248,179,222); }

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

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

 a { background-color: rgb(248,179,222); }

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

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

 span { border-color: rgb(248,179,222); }

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