Html Css Color HEX #FAA2E3 Lavender Rose

📋 copy color: '#FAA2E3'

red 250 ◦ green 162 ◦ blue 227

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

Shades of Lavender Rose #FAA2E3

Tints of Lavender Rose #FAA2E3

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.35%

 BLUE value IS 227 (89.06% from 255) = 35.52%

R = 39.12%
G = 25.35%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FAA2E3 (or 0xFAA2E3) is known color: Lavender Rose. HEX triplet: FA, A2 and E3. RGB value is (250,162,227). Sum of RGB (Red+Green+Blue) = 250+162+227=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 162 (63.67% from 255 or 25.35% from 639); Blue value is 227 (89.06% from 255 or 35.52% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2E3 is #055D1C. Grayscale: #C3C3C3. Windows color (decimal): -351517 or 14918394. OLE color: 14918394.

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

Color convert

RGB 250 162 227 -
CMYK 0 0.35 0.09 0.02
HSL 315.68º 0.9% 0.81% -
HSV(B) 315.68º 0.35% 0.98% -
XYZ 66.21 51.71 79.16 -
YUV 195.72 145.65 166.71 -
System Red Green Blue C M Y K H S L
Decimal 250 162 227 0 0.35 0.09 0.02 315.68 0.9 0.81
Hex FA A2 E3 0 23 9 2 13C 5A 51
Octal 372 242 343 0 43 11 2 474 132 121
Binary 11111010 10100010 11100011 0 100011 1001 10 100111100 1011010 1010001

Color Harmonies of #FAA2E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA2E3

Black with #FAA2E3

Text Example


Text Example

White with #FAA2E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA2E3; }

 p { color: rgb(250,162,227); }

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

background-color css

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

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

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

border-color css

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

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

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