#F8BBF3

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

Shades of Lavender Rose #F8BBF3

Tints of Lavender Rose #F8BBF3

Color information

#F8BBF3 (or 0xF8BBF3) is unknown color: approx Lavender Rose. HEX triplet: F8, BB and F3. RGB value is (248,187,243). Sum of RGB (Red+Green+Blue) = 248+187+243=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 187 (73.44% from 255 or 27.58% from 678); Blue value is 243 (95.31% from 255 or 35.84% from 678); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BBF3 is #07440C. Grayscale: #D3D3D3. Windows color (decimal): -476173 or 15973368. OLE color: 15973368.

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

Color convert

RGB248187243-
CMYK00.250.020.03
HSL304.92º81.33%85.29%-
HSV(B)304.92º24.6%97.25%-
XYZ72.6661.9792.93-
YUV211.62145.71153.95-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.58%
GREEN value IS 187 (73.44% from 255) = 27.58%
BLUE value IS 243 (95.31% from 255) = 35.84%
R=36.58%
G=27.58%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818724300.250.020.03304.9281.3385.29
HexF8BBF3019231315155
Octal37027336303123461121125
Binary111110001011101111110011011001101110011000110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BBF3; }

 p { color: rgb(248,187,243); }

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

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

 a { background-color: rgb(248,187,243); }

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

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

 span { border-color: rgb(248,187,243); }

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