Html Css Color HEX #FAABD4 Lavender Pink

📋 copy color: '#FAABD4'

red 250 ◦ green 171 ◦ blue 212

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

Shades of Lavender Pink #FAABD4

Tints of Lavender Pink #FAABD4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.01%

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

R = 39.49%
G = 27.01%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FAABD4 (or 0xFAABD4) is known color: Lavender Pink. HEX triplet: FA, AB and D4. RGB value is (250,171,212). Sum of RGB (Red+Green+Blue) = 250+171+212=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABD4 is #05542B. Grayscale: #C7C7C7. Windows color (decimal): -349228 or 13937658. OLE color: 13937658.

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

Color convert

RGB 250 171 212 -
CMYK 0 0.32 0.15 0.02
HSL 328.86º 0.89% 0.83% -
HSV(B) 328.86º 0.32% 0.98% -
XYZ 65.87 54.2 69.28 -
YUV 199.3 135.17 164.17 -
System Red Green Blue C M Y K H S L
Decimal 250 171 212 0 0.32 0.15 0.02 328.86 0.89 0.83
Hex FA AB D4 0 20 F 2 149 59 53
Octal 372 253 324 0 40 17 2 511 131 123
Binary 11111010 10101011 11010100 0 100000 1111 10 101001001 1011001 1010011

Color Harmonies of #FAABD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABD4

Black with #FAABD4

Text Example


Text Example

White with #FAABD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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