Html Css Color HEX #F5BAE5 Lavender Rose

📋 copy color: '#F5BAE5'

red 245 ◦ green 186 ◦ blue 229

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

Shades of Lavender Rose #F5BAE5

Tints of Lavender Rose #F5BAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.7%

R = 37.12%
G = 28.18%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F5BAE5 (or 0xF5BAE5) is known color: Lavender Rose. HEX triplet: F5, BA and E5. RGB value is (245,186,229). Sum of RGB (Red+Green+Blue) = 245+186+229=660 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.12% from 660); Green value is 186 (73.05% from 255 or 28.18% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BAE5 is #0A451A. Grayscale: #D0D0D0. Windows color (decimal): -673051 or 15055605. OLE color: 15055605.

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

Color convert

RGB 245 186 229 -
CMYK 0 0.24 0.07 0.04
HSL 316.27º 0.75% 0.85% -
HSV(B) 316.27º 0.24% 0.96% -
XYZ 69.36 60.19 82.09 -
YUV 208.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 245 186 229 0 0.24 0.07 0.04 316.27 0.75 0.85
Hex F5 BA E5 0 18 7 4 13C 4B 55
Octal 365 272 345 0 30 7 4 474 113 125
Binary 11110101 10111010 11100101 0 11000 111 100 100111100 1001011 1010101

Color Harmonies of #F5BAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BAE5

Black with #F5BAE5

Text Example


Text Example

White with #F5BAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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