Html Css Color HEX #FAA4D6 Lavender Pink

📋 copy color: '#FAA4D6'

red 250 ◦ green 164 ◦ blue 214

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

Shades of Lavender Pink #FAA4D6

Tints of Lavender Pink #FAA4D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.08%

R = 39.81%
G = 26.11%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FAA4D6 (or 0xFAA4D6) is known color: Lavender Pink. HEX triplet: FA, A4 and D6. RGB value is (250,164,214). Sum of RGB (Red+Green+Blue) = 250+164+214=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 164 (64.45% from 255 or 26.11% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4D6 is #055B29. Grayscale: #C3C3C3. Windows color (decimal): -351018 or 14066938. OLE color: 14066938.

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

Color convert

RGB 250 164 214 -
CMYK 0 0.34 0.14 0.02
HSL 325.12º 0.9% 0.81% -
HSV(B) 325.12º 0.34% 0.98% -
XYZ 64.84 51.73 70.19 -
YUV 195.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 250 164 214 0 0.34 0.14 0.02 325.12 0.9 0.81
Hex FA A4 D6 0 22 E 2 145 5A 51
Octal 372 244 326 0 42 16 2 505 132 121
Binary 11111010 10100100 11010110 0 100010 1110 10 101000101 1011010 1010001

Color Harmonies of #FAA4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA4D6

Black with #FAA4D6

Text Example


Text Example

White with #FAA4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA4D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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