Html Css Color HEX #F5B9F0 Lavender Rose

📋 copy color: '#F5B9F0'

red 245 ◦ green 185 ◦ blue 240

#F5B9F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #F5B9F0

Tints of Lavender Rose #F5B9F0

RGB

 RED value IS 245 (96.09% from 255) = 36.57%

 GREEN value IS 185 (72.66% from 255) = 27.61%

 BLUE value IS 240 (94.14% from 255) = 35.82%

R = 36.57%
G = 27.61%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F5B9F0 (or 0xF5B9F0) is known color: Lavender Rose. HEX triplet: F5, B9 and F0. RGB value is (245,185,240). Sum of RGB (Red+Green+Blue) = 245+185+240=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 185 (72.66% from 255 or 27.61% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B9F0 is #0A460F. Grayscale: #D1D1D1. Windows color (decimal): -673296 or 15776245. OLE color: 15776245.

HSL color Cylindrical-coordinate representation of color #F5B9F0: hue angle of 305º 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 #F5B9F0 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 185 240 -
CMYK 0 0.24 0.02 0.04
HSL 305º 0.75% 0.84% -
HSV(B) 305º 0.24% 0.96% -
XYZ 70.73 60.4 90.37 -
YUV 209.21 145.38 153.53 -
System Red Green Blue C M Y K H S L
Decimal 245 185 240 0 0.24 0.02 0.04 305 0.75 0.84
Hex F5 B9 F0 0 18 2 4 131 4B 54
Octal 365 271 360 0 30 2 4 461 113 124
Binary 11110101 10111001 11110000 0 11000 10 100 100110001 1001011 1010100

Color Harmonies of #F5B9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B9F0

Black with #F5B9F0

Text Example


Text Example

White with #F5B9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B9F0; }

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

 H1.HeaderClassName
 {
   color: #F5B9F0;
 }
 .AnyTagClassName
 {
   color: #F5B9F0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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