#F8BAE6

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

Shades of Lavender Rose #F8BAE6

Tints of Lavender Rose #F8BAE6

Color information

#F8BAE6 (or 0xF8BAE6) is unknown color: approx Lavender Rose. HEX triplet: F8, BA and E6. RGB value is (248,186,230). Sum of RGB (Red+Green+Blue) = 248+186+230=664 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.35% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 230 (90.23% from 255 or 34.64% from 664); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BAE6 is #074519. Grayscale: #D1D1D1. Windows color (decimal): -476442 or 15121144. OLE color: 15121144.

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

Color convert

RGB248186230-
CMYK00.250.070.03
HSL317.42º81.58%85.1%-
HSV(B)317.42º25%97.25%-
XYZ70.5560.7982.88-
YUV209.55139.54155.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.35%
GREEN value IS 186 (73.05% from 255) = 28.01%
BLUE value IS 230 (90.23% from 255) = 34.64%
R=37.35%
G=28.01%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818623000.250.070.03317.4281.5885.1
HexF8BAE60197313d5255
Octal37027234603173475122125
Binary1111100010111010111001100110011111110011110110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BAE6; }

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

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

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

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

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

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

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

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