#F5B9E5

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

Shades of Lavender Rose #F5B9E5

Tints of Lavender Rose #F5B9E5

Color information

#F5B9E5 (or 0xF5B9E5) is unknown color: approx Lavender Rose. HEX triplet: F5, B9 and E5. RGB value is (245,185,229). Sum of RGB (Red+Green+Blue) = 245+185+229=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 185 (72.66% from 255 or 28.07% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B9E5 is #0A461A. Grayscale: #CFCFCF. Windows color (decimal): -673307 or 15055349. OLE color: 15055349.

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

Color convert

RGB245185229-
CMYK00.240.070.04
HSL316º75%84.31%-
HSV(B)316º24.49%96.08%-
XYZ69.1559.7782.02-
YUV207.96139.88154.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.18%
GREEN value IS 185 (72.66% from 255) = 28.07%
BLUE value IS 229 (89.84% from 255) = 34.75%
R=37.18%
G=28.07%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518522900.240.070.043167584.31
HexF5B9E50187413c4b54
Octal36527134503074474113124
Binary11110101101110011110010101100011110010011110010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B9E5; }

 p { color: rgb(245,185,229); }

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

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

 a { background-color: rgb(245,185,229); }

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

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

 span { border-color: rgb(245,185,229); }

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