#F8B6F4

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

Shades of Lavender Rose #F8B6F4

Tints of Lavender Rose #F8B6F4

Color information

#F8B6F4 (or 0xF8B6F4) is unknown color: approx Lavender Rose. HEX triplet: F8, B6 and F4. RGB value is (248,182,244). Sum of RGB (Red+Green+Blue) = 248+182+244=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 182 (71.48% from 255 or 27.00% from 674); Blue value is 244 (95.70% from 255 or 36.20% from 674); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B6F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B6F4 is #07490B. Grayscale: #D0D0D0. Windows color (decimal): -477452 or 16037624. OLE color: 16037624.

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

Color convert

RGB248182244-
CMYK00.270.020.03
HSL303.64º82.5%84.31%-
HSV(B)303.64º26.61%97.25%-
XYZ71.7759.9493.38-
YUV208.8147.87155.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.80%
GREEN value IS 182 (71.48% from 255) = 27.00%
BLUE value IS 244 (95.70% from 255) = 36.20%
R=36.80%
G=27.00%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818224400.270.020.03303.6482.584.31
HexF8B6F401B231305254
Octal37026636403323460122124
Binary111110001011011011110100011011101110011000010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B6F4; }

 p { color: rgb(248,182,244); }

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

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

 a { background-color: rgb(248,182,244); }

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

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

 span { border-color: rgb(248,182,244); }

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