#F8BFEC

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

Shades of Lavender Rose #F8BFEC

Tints of Lavender Rose #F8BFEC

Color information

#F8BFEC (or 0xF8BFEC) is unknown color: approx Lavender Rose. HEX triplet: F8, BF and EC. RGB value is (248,191,236). Sum of RGB (Red+Green+Blue) = 248+191+236=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 191 (75% from 255 or 28.30% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BFEC is #074013. Grayscale: #D5D5D5. Windows color (decimal): -475156 or 15515640. OLE color: 15515640.

HSL color Cylindrical-coordinate representation of color #F8BFEC: hue angle of 312.63º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8BFEC is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB248191236-
CMYK00.230.050.03
HSL312.63º80.28%86.08%-
HSV(B)312.63º22.98%97.25%-
XYZ72.4863.2787.75-
YUV213.17140.88152.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.74%
GREEN value IS 191 (75% from 255) = 28.30%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=36.74%
G=28.30%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819123600.230.050.03312.6380.2886.08
HexF8BFEC017531395056
Octal37027735402753471120126
Binary1111100010111111111011000101111011110011100110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BFEC; }

 p { color: rgb(248,191,236); }

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

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

 a { background-color: rgb(248,191,236); }

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

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

 span { border-color: rgb(248,191,236); }

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