Html Css Color HEX #F5BAE9 Lavender Rose

📋 copy color: '#F5BAE9'

red 245 ◦ green 186 ◦ blue 233

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

Shades of Lavender Rose #F5BAE9

Tints of Lavender Rose #F5BAE9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.01%

 BLUE value IS 233 (91.41% from 255) = 35.09%

R = 36.9%
G = 28.01%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F5BAE9 (or 0xF5BAE9) is known color: Lavender Rose. HEX triplet: F5, BA and E9. RGB value is (245,186,233). Sum of RGB (Red+Green+Blue) = 245+186+233=664 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.90% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 233 (91.41% from 255 or 35.09% from 664); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BAE9 is #0A4516. Grayscale: #D0D0D0. Windows color (decimal): -673047 or 15317749. OLE color: 15317749.

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

Color convert

RGB 245 186 233 -
CMYK 0 0.24 0.05 0.04
HSL 312.2º 0.75% 0.85% -
HSV(B) 312.2º 0.24% 0.96% -
XYZ 69.92 60.41 85.07 -
YUV 209 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 245 186 233 0 0.24 0.05 0.04 312.2 0.75 0.85
Hex F5 BA E9 0 18 5 4 138 4B 55
Octal 365 272 351 0 30 5 4 470 113 125
Binary 11110101 10111010 11101001 0 11000 101 100 100111000 1001011 1010101

Color Harmonies of #F5BAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BAE9

Black with #F5BAE9

Text Example


Text Example

White with #F5BAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BAE9; }

 p { color: rgb(245,186,233); }

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

background-color css

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

 a { background-color: rgb(245,186,233); }

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

border-color css

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

 span { border-color: rgb(245,186,233); }

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