#F8B8E1

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

Shades of Lavender Pink #F8B8E1

Tints of Lavender Pink #F8B8E1

Color information

#F8B8E1 (or 0xF8B8E1) is unknown color: approx Lavender Pink. HEX triplet: F8, B8 and E1. RGB value is (248,184,225). Sum of RGB (Red+Green+Blue) = 248+184+225=657 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.75% from 657); Green value is 184 (72.27% from 255 or 28.01% from 657); Blue value is 225 (88.28% from 255 or 34.25% from 657); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B8E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B8E1 is #07471E. Grayscale: #CFCFCF. Windows color (decimal): -476959 or 14792952. OLE color: 14792952.

HSL color Cylindrical-coordinate representation of color #F8B8E1: hue angle of 321.56º 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 #F8B8E1 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB248184225-
CMYK00.260.090.03
HSL321.56º82.05%84.71%-
HSV(B)321.56º25.81%97.25%-
XYZ69.4459.6779.09-
YUV207.81137.7156.67-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.75%
GREEN value IS 184 (72.27% from 255) = 28.01%
BLUE value IS 225 (88.28% from 255) = 34.25%
R=37.75%
G=28.01%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818422500.260.090.03321.5682.0584.71
HexF8B8E101A931425255
Octal370270341032113502122125
Binary11111000101110001110000101101010011110100001010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B8E1; }

 p { color: rgb(248,184,225); }

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

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

 a { background-color: rgb(248,184,225); }

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

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

 span { border-color: rgb(248,184,225); }

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