#F8B9EC

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

Shades of Lavender Rose #F8B9EC

Tints of Lavender Rose #F8B9EC

Color information

#F8B9EC (or 0xF8B9EC) is unknown color: approx Lavender Rose. HEX triplet: F8, B9 and EC. RGB value is (248,185,236). Sum of RGB (Red+Green+Blue) = 248+185+236=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 185 (72.66% from 255 or 27.65% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B9EC is #074613. Grayscale: #D1D1D1. Windows color (decimal): -476692 or 15514104. OLE color: 15514104.

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

Color convert

RGB248185236-
CMYK00.250.050.03
HSL311.43º81.82%84.9%-
HSV(B)311.43º25.4%97.25%-
XYZ71.260.7187.32-
YUV209.65142.87155.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.07%
GREEN value IS 185 (72.66% from 255) = 27.65%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=37.07%
G=27.65%
B=35.28%

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
Decimal24818523600.250.050.03311.4381.8284.9
HexF8B9EC019531375255
Octal37027135403153467122125
Binary1111100010111001111011000110011011110011011110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B9EC; }

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

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

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

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

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

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

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

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