#F8BAEB

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

Shades of Lavender Rose #F8BAEB

Tints of Lavender Rose #F8BAEB

Color information

#F8BAEB (or 0xF8BAEB) is unknown color: approx Lavender Rose. HEX triplet: F8, BA and EB. RGB value is (248,186,235). Sum of RGB (Red+Green+Blue) = 248+186+235=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BAEB is #074514. Grayscale: #D1D1D1. Windows color (decimal): -476437 or 15448824. OLE color: 15448824.

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

Color convert

RGB248186235-
CMYK00.250.050.03
HSL312.58º81.58%85.1%-
HSV(B)312.58º25%97.25%-
XYZ71.2761.0786.63-
YUV210.12142.04155.02-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.07%
GREEN value IS 186 (73.05% from 255) = 27.80%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=37.07%
G=27.80%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818623500.250.050.03312.5881.5885.1
HexF8BAEB019531395255
Octal37027235303153471122125
Binary1111100010111010111010110110011011110011100110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BAEB; }

 p { color: rgb(248,186,235); }

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

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

 a { background-color: rgb(248,186,235); }

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

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

 span { border-color: rgb(248,186,235); }

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