Html Css Color HEX #FAA5D4 Lavender Pink

📋 copy color: '#FAA5D4'

red 250 ◦ green 165 ◦ blue 212

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

Shades of Lavender Pink #FAA5D4

Tints of Lavender Pink #FAA5D4

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.32%

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

R = 39.87%
G = 26.32%
B = 33.81%

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

#FAA5D4 (or 0xFAA5D4) is known color: Lavender Pink. HEX triplet: FA, A5 and D4. RGB value is (250,165,212). Sum of RGB (Red+Green+Blue) = 250+165+212=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 165 (64.84% from 255 or 26.32% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5D4 is #055A2B. Grayscale: #C3C3C3. Windows color (decimal): -350764 or 13936122. OLE color: 13936122.

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

Color convert

RGB 250 165 212 -
CMYK 0 0.34 0.15 0.02
HSL 326.82º 0.89% 0.81% -
HSV(B) 326.82º 0.34% 0.98% -
XYZ 64.76 51.99 68.91 -
YUV 195.77 137.16 166.68 -
System Red Green Blue C M Y K H S L
Decimal 250 165 212 0 0.34 0.15 0.02 326.82 0.89 0.81
Hex FA A5 D4 0 22 F 2 147 59 51
Octal 372 245 324 0 42 17 2 507 131 121
Binary 11111010 10100101 11010100 0 100010 1111 10 101000111 1011001 1010001

Color Harmonies of #FAA5D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA5D4

Black with #FAA5D4

Text Example


Text Example

White with #FAA5D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA5D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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