#F8B7DC

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

Shades of Lavender Pink #F8B7DC

Tints of Lavender Pink #F8B7DC

Color information

#F8B7DC (or 0xF8B7DC) is unknown color: approx Lavender Pink. HEX triplet: F8, B7 and DC. RGB value is (248,183,220). Sum of RGB (Red+Green+Blue) = 248+183+220=651 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.10% from 651); Green value is 183 (71.88% from 255 or 28.11% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B7DC is #074823. Grayscale: #CECECE. Windows color (decimal): -477220 or 14465016. OLE color: 14465016.

HSL color Cylindrical-coordinate representation of color #F8B7DC: hue angle of 325.85º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8B7DC is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB248183220-
CMYK00.260.110.03
HSL325.85º82.28%84.51%-
HSV(B)325.85º26.21%97.25%-
XYZ68.5658.9975.48-
YUV206.65135.53157.49-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.10%
GREEN value IS 183 (71.88% from 255) = 28.11%
BLUE value IS 220 (86.33% from 255) = 33.79%
R=38.10%
G=28.11%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818322000.260.110.03325.8582.2884.51
HexF8B7DC01AB31465255
Octal370267334032133506122125
Binary11111000101101111101110001101010111110100011010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B7DC; }

 p { color: rgb(248,183,220); }

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

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

 a { background-color: rgb(248,183,220); }

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

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

 span { border-color: rgb(248,183,220); }

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