Html Css Color HEX #FAA3D4 Lavender Pink

📋 copy color: '#FAA3D4'

red 250 ◦ green 163 ◦ blue 212

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

Shades of Lavender Pink #FAA3D4

Tints of Lavender Pink #FAA3D4

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.08%

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

R = 40%
G = 26.08%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FAA3D4 (or 0xFAA3D4) is known color: Lavender Pink. HEX triplet: FA, A3 and D4. RGB value is (250,163,212). Sum of RGB (Red+Green+Blue) = 250+163+212=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 163 (64.06% from 255 or 26.08% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3D4 is #055C2B. Grayscale: #C2C2C2. Windows color (decimal): -351276 or 13935610. OLE color: 13935610.

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

Color convert

RGB 250 163 212 -
CMYK 0 0.35 0.15 0.02
HSL 326.21º 0.9% 0.81% -
HSV(B) 326.21º 0.35% 0.98% -
XYZ 64.41 51.27 68.79 -
YUV 194.6 137.82 167.52 -
System Red Green Blue C M Y K H S L
Decimal 250 163 212 0 0.35 0.15 0.02 326.21 0.9 0.81
Hex FA A3 D4 0 23 F 2 146 5A 51
Octal 372 243 324 0 43 17 2 506 132 121
Binary 11111010 10100011 11010100 0 100011 1111 10 101000110 1011010 1010001

Color Harmonies of #FAA3D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA3D4

Black with #FAA3D4

Text Example


Text Example

White with #FAA3D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA3D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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