Html Css Color HEX #F4BAE5 Lavender Rose

📋 copy color: '#F4BAE5'

red 244 ◦ green 186 ◦ blue 229

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

Shades of Lavender Rose #F4BAE5

Tints of Lavender Rose #F4BAE5

RGB

 RED value IS 244 (95.7% from 255) = 37.03%

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

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

R = 37.03%
G = 28.22%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F4BAE5 (or 0xF4BAE5) is known color: Lavender Rose. HEX triplet: F4, BA and E5. RGB value is (244,186,229). Sum of RGB (Red+Green+Blue) = 244+186+229=659 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.03% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BAE5 is #0B451A. Grayscale: #D0D0D0. Windows color (decimal): -738587 or 15055604. OLE color: 15055604.

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

Color convert

RGB 244 186 229 -
CMYK 0 0.24 0.06 0.04
HSL 315.52º 0.73% 0.84% -
HSV(B) 315.52º 0.24% 0.96% -
XYZ 69.01 60.01 82.07 -
YUV 208.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 244 186 229 0 0.24 0.06 0.04 315.52 0.73 0.84
Hex F4 BA E5 0 18 6 4 13C 48 54
Octal 364 272 345 0 30 6 4 474 110 124
Binary 11110100 10111010 11100101 0 11000 110 100 100111100 1001000 1010100

Color Harmonies of #F4BAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BAE5

Black with #F4BAE5

Text Example


Text Example

White with #F4BAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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