Html Css Color HEX #FAABD0 Lavender Pink

📋 copy color: '#FAABD0'

red 250 ◦ green 171 ◦ blue 208

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

Shades of Lavender Pink #FAABD0

Tints of Lavender Pink #FAABD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.07%

R = 39.75%
G = 27.19%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAABD0 (or 0xFAABD0) is known color: Lavender Pink. HEX triplet: FA, AB and D0. RGB value is (250,171,208). Sum of RGB (Red+Green+Blue) = 250+171+208=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABD0 is #05542F. Grayscale: #C6C6C6. Windows color (decimal): -349232 or 13675514. OLE color: 13675514.

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

Color convert

RGB 250 171 208 -
CMYK 0 0.32 0.17 0.02
HSL 331.9º 0.89% 0.83% -
HSV(B) 331.9º 0.32% 0.98% -
XYZ 65.37 54 66.65 -
YUV 198.84 133.17 164.49 -
System Red Green Blue C M Y K H S L
Decimal 250 171 208 0 0.32 0.17 0.02 331.9 0.89 0.83
Hex FA AB D0 0 20 11 2 14C 59 53
Octal 372 253 320 0 40 21 2 514 131 123
Binary 11111010 10101011 11010000 0 100000 10001 10 101001100 1011001 1010011

Color Harmonies of #FAABD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABD0

Black with #FAABD0

Text Example


Text Example

White with #FAABD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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