Html Css Color HEX #F5A4FA Lavender Rose

📋 copy color: '#F5A4FA'

red 245 ◦ green 164 ◦ blue 250

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

Shades of Lavender Rose #F5A4FA

Tints of Lavender Rose #F5A4FA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 24.89%

 BLUE value IS 250 (98.05% from 255) = 37.94%

R = 37.18%
G = 24.89%
B = 37.94%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F5A4FA (or 0xF5A4FA) is known color: Lavender Rose. HEX triplet: F5, A4 and FA. RGB value is (245,164,250). Sum of RGB (Red+Green+Blue) = 245+164+250=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 164 (64.45% from 255 or 24.89% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5A4FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A4FA is #0A5B05. Grayscale: #C5C5C5. Windows color (decimal): -678662 or 16426229. OLE color: 16426229.

HSL color Cylindrical-coordinate representation of color #F5A4FA: hue angle of 296.51º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F5A4FA is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 164 250 -
CMYK 0.02 0.34 0 0.02
HSL 296.51º 0.9% 0.81% -
HSV(B) 296.51º 0.34% 0.98% -
XYZ 68.19 52.87 97.05 -
YUV 198.02 157.34 161.51 -
System Red Green Blue C M Y K H S L
Decimal 245 164 250 0.02 0.34 0 0.02 296.51 0.9 0.81
Hex F5 A4 FA 2 22 0 2 129 5A 51
Octal 365 244 372 2 42 0 2 451 132 121
Binary 11110101 10100100 11111010 10 100010 0 10 100101001 1011010 1010001

Color Harmonies of #F5A4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A4FA

Black with #F5A4FA

Text Example


Text Example

White with #F5A4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A4FA; }

 p { color: rgb(245,164,250); }

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

background-color css

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

 a { background-color: rgb(245,164,250); }

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

border-color css

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

 span { border-color: rgb(245,164,250); }

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