Html Css Color HEX #FAA1E4 Lavender Rose

📋 copy color: '#FAA1E4'

red 250 ◦ green 161 ◦ blue 228

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

Shades of Lavender Rose #FAA1E4

Tints of Lavender Rose #FAA1E4

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.2%

 BLUE value IS 228 (89.45% from 255) = 35.68%

R = 39.12%
G = 25.2%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FAA1E4 (or 0xFAA1E4) is known color: Lavender Rose. HEX triplet: FA, A1 and E4. RGB value is (250,161,228). Sum of RGB (Red+Green+Blue) = 250+161+228=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 161 (63.28% from 255 or 25.20% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1E4 is #055E1B. Grayscale: #C3C3C3. Windows color (decimal): -351772 or 14983674. OLE color: 14983674.

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

Color convert

RGB 250 161 228 -
CMYK 0 0.36 0.09 0.02
HSL 314.83º 0.9% 0.81% -
HSV(B) 314.83º 0.36% 0.98% -
XYZ 66.17 51.42 79.84 -
YUV 195.25 146.49 167.05 -
System Red Green Blue C M Y K H S L
Decimal 250 161 228 0 0.36 0.09 0.02 314.83 0.9 0.81
Hex FA A1 E4 0 24 9 2 13B 5A 51
Octal 372 241 344 0 44 11 2 473 132 121
Binary 11111010 10100001 11100100 0 100100 1001 10 100111011 1011010 1010001

Color Harmonies of #FAA1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA1E4

Black with #FAA1E4

Text Example


Text Example

White with #FAA1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA1E4; }

 p { color: rgb(250,161,228); }

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

background-color css

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

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

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

border-color css

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

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

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