Html Css Color HEX #FAABDA Lavender Pink

📋 copy color: '#FAABDA'

red 250 ◦ green 171 ◦ blue 218

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

Shades of Lavender Pink #FAABDA

Tints of Lavender Pink #FAABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.12%

R = 39.12%
G = 26.76%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAABDA (or 0xFAABDA) is known color: Lavender Pink. HEX triplet: FA, AB and DA. RGB value is (250,171,218). Sum of RGB (Red+Green+Blue) = 250+171+218=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABDA is #055425. Grayscale: #C7C7C7. Windows color (decimal): -349222 or 14330874. OLE color: 14330874.

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

Color convert

RGB 250 171 218 -
CMYK 0 0.32 0.13 0.02
HSL 324.3º 0.89% 0.83% -
HSV(B) 324.3º 0.32% 0.98% -
XYZ 66.64 54.51 73.34 -
YUV 199.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 250 171 218 0 0.32 0.13 0.02 324.3 0.89 0.83
Hex FA AB DA 0 20 D 2 144 59 53
Octal 372 253 332 0 40 15 2 504 131 123
Binary 11111010 10101011 11011010 0 100000 1101 10 101000100 1011001 1010011

Color Harmonies of #FAABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABDA

Black with #FAABDA

Text Example


Text Example

White with #FAABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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