Html Css Color HEX #FAA4F1 Lavender Rose

📋 copy color: '#FAA4F1'

red 250 ◦ green 164 ◦ blue 241

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

Shades of Lavender Rose #FAA4F1

Tints of Lavender Rose #FAA4F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.79%

R = 38.17%
G = 25.04%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAA4F1 (or 0xFAA4F1) is known color: Lavender Rose. HEX triplet: FA, A4 and F1. RGB value is (250,164,241). Sum of RGB (Red+Green+Blue) = 250+164+241=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 164 (64.45% from 255 or 25.04% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA4F1 is #055B0E. Grayscale: #C6C6C6. Windows color (decimal): -350991 or 15836410. OLE color: 15836410.

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

Color convert

RGB 250 164 241 -
CMYK 0 0.34 0.04 0.02
HSL 306.28º 0.9% 0.81% -
HSV(B) 306.28º 0.34% 0.98% -
XYZ 68.58 53.23 89.88 -
YUV 198.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 250 164 241 0 0.34 0.04 0.02 306.28 0.9 0.81
Hex FA A4 F1 0 22 4 2 132 5A 51
Octal 372 244 361 0 42 4 2 462 132 121
Binary 11111010 10100100 11110001 0 100010 100 10 100110010 1011010 1010001

Color Harmonies of #FAA4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA4F1

Black with #FAA4F1

Text Example


Text Example

White with #FAA4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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