Html Css Color HEX #FAA1D4 Lavender Pink

📋 copy color: '#FAA1D4'

red 250 ◦ green 161 ◦ blue 212

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

Shades of Lavender Pink #FAA1D4

Tints of Lavender Pink #FAA1D4

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.84%

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

R = 40.13%
G = 25.84%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FAA1D4 (or 0xFAA1D4) is known color: Lavender Pink. HEX triplet: FA, A1 and D4. RGB value is (250,161,212). Sum of RGB (Red+Green+Blue) = 250+161+212=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 161 (63.28% from 255 or 25.84% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1D4 is #055E2B. Grayscale: #C1C1C1. Windows color (decimal): -351788 or 13935098. OLE color: 13935098.

HSL color Cylindrical-coordinate representation of color #FAA1D4: hue angle of 325.62º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA1D4 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 161 212 -
CMYK 0 0.36 0.15 0.02
HSL 325.62º 0.9% 0.81% -
HSV(B) 325.62º 0.36% 0.98% -
XYZ 64.05 50.57 68.67 -
YUV 193.43 138.49 168.35 -
System Red Green Blue C M Y K H S L
Decimal 250 161 212 0 0.36 0.15 0.02 325.62 0.9 0.81
Hex FA A1 D4 0 24 F 2 146 5A 51
Octal 372 241 324 0 44 17 2 506 132 121
Binary 11111010 10100001 11010100 0 100100 1111 10 101000110 1011010 1010001

Color Harmonies of #FAA1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA1D4

Black with #FAA1D4

Text Example


Text Example

White with #FAA1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA1D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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