#F5B7EA

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

Shades of Lavender Rose #F5B7EA

Tints of Lavender Rose #F5B7EA

Color information

#F5B7EA (or 0xF5B7EA) is unknown color: approx Lavender Rose. HEX triplet: F5, B7 and EA. RGB value is (245,183,234). Sum of RGB (Red+Green+Blue) = 245+183+234=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 183 (71.88% from 255 or 27.64% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B7EA is #0A4815. Grayscale: #CFCFCF. Windows color (decimal): -673814 or 15382517. OLE color: 15382517.

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

Color convert

RGB245183234-
CMYK00.250.040.04
HSL310.65º75.61%83.92%-
HSV(B)310.65º25.31%96.08%-
XYZ69.4459.2285.61-
YUV207.35143.04154.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.01%
GREEN value IS 183 (71.88% from 255) = 27.64%
BLUE value IS 234 (91.80% from 255) = 35.35%
R=37.01%
G=27.64%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518323400.250.040.04310.6575.6183.92
HexF5B7EA019441374c54
Octal36526735203144467114124
Binary11110101101101111110101001100110010010011011110011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B7EA; }

 p { color: rgb(245,183,234); }

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

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

 a { background-color: rgb(245,183,234); }

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

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

 span { border-color: rgb(245,183,234); }

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