#F8BEEA

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

Shades of Lavender Rose #F8BEEA

Tints of Lavender Rose #F8BEEA

Color information

#F8BEEA (or 0xF8BEEA) is unknown color: approx Lavender Rose. HEX triplet: F8, BE and EA. RGB value is (248,190,234). Sum of RGB (Red+Green+Blue) = 248+190+234=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 190 (74.61% from 255 or 28.27% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BEEA is #074115. Grayscale: #D4D4D4. Windows color (decimal): -475414 or 15384312. OLE color: 15384312.

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

Color convert

RGB248190234-
CMYK00.230.060.03
HSL314.48º80.56%85.88%-
HSV(B)314.48º23.39%97.25%-
XYZ71.9862.7286.16-
YUV212.36140.22153.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.90%
GREEN value IS 190 (74.61% from 255) = 28.27%
BLUE value IS 234 (91.80% from 255) = 34.82%
R=36.90%
G=28.27%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819023400.230.060.03314.4880.5685.88
HexF8BEEA0176313a5156
Octal37027635202763472121126
Binary1111100010111110111010100101111101110011101010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BEEA; }

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

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

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

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

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

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

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

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