#F8B4D7

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

Shades of Lavender Pink #F8B4D7

Tints of Lavender Pink #F8B4D7

Color information

#F8B4D7 (or 0xF8B4D7) is unknown color: approx Lavender Pink. HEX triplet: F8, B4 and D7. RGB value is (248,180,215). Sum of RGB (Red+Green+Blue) = 248+180+215=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 180 (70.70% from 255 or 27.99% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B4D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B4D7 is #074B28. Grayscale: #CCCCCC. Windows color (decimal): -477993 or 14136568. OLE color: 14136568.

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

Color convert

RGB248180215-
CMYK00.270.130.03
HSL329.12º82.93%83.92%-
HSV(B)329.12º27.42%97.25%-
XYZ67.357.5171.84-
YUV204.32134.03159.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.57%
GREEN value IS 180 (70.70% from 255) = 27.99%
BLUE value IS 215 (84.38% from 255) = 33.44%
R=38.57%
G=27.99%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818021500.270.130.03329.1282.9383.92
HexF8B4D701BD31495354
Octal370264327033153511123124
Binary11111000101101001101011101101111011110100100110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B4D7; }

 p { color: rgb(248,180,215); }

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

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

 a { background-color: rgb(248,180,215); }

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

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

 span { border-color: rgb(248,180,215); }

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