Html Css Color HEX #FAA2E5 Lavender Rose

📋 copy color: '#FAA2E5'

red 250 ◦ green 162 ◦ blue 229

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

Shades of Lavender Rose #FAA2E5

Tints of Lavender Rose #FAA2E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.73%

R = 39%
G = 25.27%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAA2E5 (or 0xFAA2E5) is known color: Lavender Rose. HEX triplet: FA, A2 and E5. RGB value is (250,162,229). Sum of RGB (Red+Green+Blue) = 250+162+229=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 162 (63.67% from 255 or 25.27% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2E5 is #055D1A. Grayscale: #C3C3C3. Windows color (decimal): -351515 or 15049466. OLE color: 15049466.

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

Color convert

RGB 250 162 229 -
CMYK 0 0.35 0.08 0.02
HSL 314.32º 0.9% 0.81% -
HSV(B) 314.32º 0.35% 0.98% -
XYZ 66.49 51.82 80.63 -
YUV 195.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 250 162 229 0 0.35 0.08 0.02 314.32 0.9 0.81
Hex FA A2 E5 0 23 8 2 13A 5A 51
Octal 372 242 345 0 43 10 2 472 132 121
Binary 11111010 10100010 11100101 0 100011 1000 10 100111010 1011010 1010001

Color Harmonies of #FAA2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA2E5

Black with #FAA2E5

Text Example


Text Example

White with #FAA2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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