Html Css Color HEX #FAA2ED Lavender Rose

📋 copy color: '#FAA2ED'

red 250 ◦ green 162 ◦ blue 237

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

Shades of Lavender Rose #FAA2ED

Tints of Lavender Rose #FAA2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.52%

R = 38.52%
G = 24.96%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FAA2ED (or 0xFAA2ED) is known color: Lavender Rose. HEX triplet: FA, A2 and ED. RGB value is (250,162,237). Sum of RGB (Red+Green+Blue) = 250+162+237=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 162 (63.67% from 255 or 24.96% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA2ED is #055D12. Grayscale: #C4C4C4. Windows color (decimal): -351507 or 15573754. OLE color: 15573754.

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

Color convert

RGB 250 162 237 -
CMYK 0 0.35 0.05 0.02
HSL 308.86º 0.9% 0.81% -
HSV(B) 308.86º 0.35% 0.98% -
XYZ 67.63 52.28 86.65 -
YUV 196.86 150.65 165.9 -
System Red Green Blue C M Y K H S L
Decimal 250 162 237 0 0.35 0.05 0.02 308.86 0.9 0.81
Hex FA A2 ED 0 23 5 2 135 5A 51
Octal 372 242 355 0 43 5 2 465 132 121
Binary 11111010 10100010 11101101 0 100011 101 10 100110101 1011010 1010001

Color Harmonies of #FAA2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA2ED

Black with #FAA2ED

Text Example


Text Example

White with #FAA2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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