#F5B8F2

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

Shades of Lavender Rose #F5B8F2

Tints of Lavender Rose #F5B8F2

Color information

#F5B8F2 (or 0xF5B8F2) is unknown color: approx Lavender Rose. HEX triplet: F5, B8 and F2. RGB value is (245,184,242). Sum of RGB (Red+Green+Blue) = 245+184+242=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 184 (72.27% from 255 or 27.42% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B8F2 is #0A470D. Grayscale: #D0D0D0. Windows color (decimal): -673550 or 15907061. OLE color: 15907061.

HSL color Cylindrical-coordinate representation of color #F5B8F2: hue angle of 302.95º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5B8F2 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB245184242-
CMYK00.250.010.04
HSL302.95º75.31%84.12%-
HSV(B)302.95º24.9%96.08%-
XYZ70.8260.191.87-
YUV208.85146.71153.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.51%
GREEN value IS 184 (72.27% from 255) = 27.42%
BLUE value IS 242 (94.92% from 255) = 36.07%
R=36.51%
G=27.42%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518424200.250.010.04302.9575.3184.12
HexF5B8F20191412f4b54
Octal36527036203114457113124
Binary111101011011100011110010011001110010010111110010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B8F2; }

 p { color: rgb(245,184,242); }

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

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

 a { background-color: rgb(245,184,242); }

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

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

 span { border-color: rgb(245,184,242); }

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