Html Css Color HEX #FAA4E3 Lavender Rose

📋 copy color: '#FAA4E3'

red 250 ◦ green 164 ◦ blue 227

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

Shades of Lavender Rose #FAA4E3

Tints of Lavender Rose #FAA4E3

RGB

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

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

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

R = 39%
G = 25.59%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FAA4E3 (or 0xFAA4E3) is known color: Lavender Rose. HEX triplet: FA, A4 and E3. RGB value is (250,164,227). Sum of RGB (Red+Green+Blue) = 250+164+227=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 164 (64.45% from 255 or 25.59% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4E3 is #055B1C. Grayscale: #C4C4C4. Windows color (decimal): -351005 or 14918906. OLE color: 14918906.

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

Color convert

RGB 250 164 227 -
CMYK 0 0.34 0.09 0.02
HSL 316.05º 0.9% 0.81% -
HSV(B) 316.05º 0.34% 0.98% -
XYZ 66.56 52.42 79.28 -
YUV 196.9 144.99 165.88 -
System Red Green Blue C M Y K H S L
Decimal 250 164 227 0 0.34 0.09 0.02 316.05 0.9 0.81
Hex FA A4 E3 0 22 9 2 13C 5A 51
Octal 372 244 343 0 42 11 2 474 132 121
Binary 11111010 10100100 11100011 0 100010 1001 10 100111100 1011010 1010001

Color Harmonies of #FAA4E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA4E3

Black with #FAA4E3

Text Example


Text Example

White with #FAA4E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA4E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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