#F5B4F6

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

Shades of Lavender Rose #F5B4F6

Tints of Lavender Rose #F5B4F6

Color information

#F5B4F6 (or 0xF5B4F6) is unknown color: approx Lavender Rose. HEX triplet: F5, B4 and F6. RGB value is (245,180,246). Sum of RGB (Red+Green+Blue) = 245+180+246=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 180 (70.70% from 255 or 26.83% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 246 - color contains mainly: blue. Hex color #F5B4F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B4F6 is #0A4B09. Grayscale: #CECECE. Windows color (decimal): -674570 or 16168181. OLE color: 16168181.

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

Color convert

RGB245180246-
CMYK0.000.2700.04
HSL299.09º78.57%83.53%-
HSV(B)299.09º26.83%96.47%-
XYZ70.6158.7194.8-
YUV206.96150.03155.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.51%
GREEN value IS 180 (70.70% from 255) = 26.83%
BLUE value IS 246 (96.48% from 255) = 36.66%
R=36.51%
G=26.83%
B=36.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451802460.000.2700.04299.0978.5783.53
HexF5B4F601B0412b4f54
Octal36526436603304453117124
Binary111101011011010011110110011011010010010101110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B4F6; }

 p { color: rgb(245,180,246); }

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

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

 a { background-color: rgb(245,180,246); }

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

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

 span { border-color: rgb(245,180,246); }

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