#F8BEF1

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

Shades of Lavender Rose #F8BEF1

Tints of Lavender Rose #F8BEF1

Color information

#F8BEF1 (or 0xF8BEF1) is unknown color: approx Lavender Rose. HEX triplet: F8, BE and F1. RGB value is (248,190,241). Sum of RGB (Red+Green+Blue) = 248+190+241=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 190 (74.61% from 255 or 27.98% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BEF1 is #07410E. Grayscale: #D5D5D5. Windows color (decimal): -475407 or 15843064. OLE color: 15843064.

HSL color Cylindrical-coordinate representation of color #F8BEF1: hue angle of 307.24º degrees, saturation: 0.81, 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 #F8BEF1 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB248190241-
CMYK00.230.030.03
HSL307.24º80.56%85.88%-
HSV(B)307.24º23.39%97.25%-
XYZ7363.1391.56-
YUV213.16143.72152.85-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.52%
GREEN value IS 190 (74.61% from 255) = 27.98%
BLUE value IS 241 (94.53% from 255) = 35.49%
R=36.52%
G=27.98%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819024100.230.030.03307.2480.5685.88
HexF8BEF1017331335156
Octal37027636102733463121126
Binary111110001011111011110001010111111110011001110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BEF1; }

 p { color: rgb(248,190,241); }

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

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

 a { background-color: rgb(248,190,241); }

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

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

 span { border-color: rgb(248,190,241); }

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