Html Css Color HEX #FAA4FA Lavender Rose

📋 copy color: '#FAA4FA'

red 250 ◦ green 164 ◦ blue 250

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

Shades of Lavender Rose #FAA4FA

Tints of Lavender Rose #FAA4FA

RGB

 RED value IS 250 (98.05% from 255) = 37.65%

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

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

R = 37.65%
G = 24.7%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAA4FA (or 0xFAA4FA) is known color: Lavender Rose. HEX triplet: FA, A4 and FA. RGB value is (250,164,250). Sum of RGB (Red+Green+Blue) = 250+164+250=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 164 (64.45% from 255 or 24.70% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAA4FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA4FA is #055B05. Grayscale: #C7C7C7. Windows color (decimal): -350982 or 16426234. OLE color: 16426234.

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

Color convert

RGB 250 164 250 -
CMYK 0 0.34 0 0.02
HSL 300º 0.9% 0.81% -
HSV(B) 300º 0.34% 0.98% -
XYZ 69.96 53.78 97.14 -
YUV 199.52 156.49 164.01 -
System Red Green Blue C M Y K H S L
Decimal 250 164 250 0 0.34 0 0.02 300 0.9 0.81
Hex FA A4 FA 0 22 0 2 12C 5A 51
Octal 372 244 372 0 42 0 2 454 132 121
Binary 11111010 10100100 11111010 0 100010 0 10 100101100 1011010 1010001

Color Harmonies of #FAA4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA4FA

Black with #FAA4FA

Text Example


Text Example

White with #FAA4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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