#F8B5F7

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

Shades of Lavender Rose #F8B5F7

Tints of Lavender Rose #F8B5F7

Color information

#F8B5F7 (or 0xF8B5F7) is unknown color: approx Lavender Rose. HEX triplet: F8, B5 and F7. RGB value is (248,181,247). Sum of RGB (Red+Green+Blue) = 248+181+247=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 181 (71.09% from 255 or 26.78% from 676); Blue value is 247 (96.88% from 255 or 36.54% from 676); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B5F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B5F7 is #074A08. Grayscale: #D0D0D0. Windows color (decimal): -477705 or 16233976. OLE color: 16233976.

HSL color Cylindrical-coordinate representation of color #F8B5F7: hue angle of 300.9º degrees, saturation: 0.83, 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 #F8B5F7 is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB248181247-
CMYK00.270.000.03
HSL300.9º82.72%84.12%-
HSV(B)300.9º27.02%97.25%-
XYZ72.0259.7295.73-
YUV208.56149.7156.13-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.69%
GREEN value IS 181 (71.09% from 255) = 26.78%
BLUE value IS 247 (96.88% from 255) = 36.54%
R=36.69%
G=26.78%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818124700.270.000.03300.982.7284.12
HexF8B5F701B0312d5354
Octal37026536703303455123124
Binary11111000101101011111011101101101110010110110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B5F7; }

 p { color: rgb(248,181,247); }

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

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

 a { background-color: rgb(248,181,247); }

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

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

 span { border-color: rgb(248,181,247); }

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