Html Css Color HEX #FAA4D4 Lavender Pink

📋 copy color: '#FAA4D4'

red 250 ◦ green 164 ◦ blue 212

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

Shades of Lavender Pink #FAA4D4

Tints of Lavender Pink #FAA4D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.87%

R = 39.94%
G = 26.2%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FAA4D4 (or 0xFAA4D4) is known color: Lavender Pink. HEX triplet: FA, A4 and D4. RGB value is (250,164,212). Sum of RGB (Red+Green+Blue) = 250+164+212=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 164 (64.45% from 255 or 26.20% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4D4 is #055B2B. Grayscale: #C3C3C3. Windows color (decimal): -351020 or 13935866. OLE color: 13935866.

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

Color convert

RGB 250 164 212 -
CMYK 0 0.34 0.15 0.02
HSL 326.51º 0.9% 0.81% -
HSV(B) 326.51º 0.34% 0.98% -
XYZ 64.58 51.63 68.85 -
YUV 195.19 137.49 167.1 -
System Red Green Blue C M Y K H S L
Decimal 250 164 212 0 0.34 0.15 0.02 326.51 0.9 0.81
Hex FA A4 D4 0 22 F 2 147 5A 51
Octal 372 244 324 0 42 17 2 507 132 121
Binary 11111010 10100100 11010100 0 100010 1111 10 101000111 1011010 1010001

Color Harmonies of #FAA4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA4D4

Black with #FAA4D4

Text Example


Text Example

White with #FAA4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA4D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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