Html Css Color HEX #FAB4D8 Lavender Pink

📋 copy color: '#FAB4D8'

red 250 ◦ green 180 ◦ blue 216

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

Shades of Lavender Pink #FAB4D8

Tints of Lavender Pink #FAB4D8

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.86%

 BLUE value IS 216 (84.77% from 255) = 33.44%

R = 38.7%
G = 27.86%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FAB4D8 (or 0xFAB4D8) is known color: Lavender Pink. HEX triplet: FA, B4 and D8. RGB value is (250,180,216). Sum of RGB (Red+Green+Blue) = 250+180+216=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 180 (70.70% from 255 or 27.86% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB4D8 is #054B27. Grayscale: #CCCCCC. Windows color (decimal): -346920 or 14202106. OLE color: 14202106.

HSL color Cylindrical-coordinate representation of color #FAB4D8: hue angle of 329.14º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB4D8 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 180 216 -
CMYK 0 0.28 0.14 0.02
HSL 329.14º 0.88% 0.84% -
HSV(B) 329.14º 0.28% 0.98% -
XYZ 68.14 57.92 72.55 -
YUV 205.03 134.19 160.07 -
System Red Green Blue C M Y K H S L
Decimal 250 180 216 0 0.28 0.14 0.02 329.14 0.88 0.84
Hex FA B4 D8 0 1C E 2 149 58 54
Octal 372 264 330 0 34 16 2 511 130 124
Binary 11111010 10110100 11011000 0 11100 1110 10 101001001 1011000 1010100

Color Harmonies of #FAB4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB4D8

Black with #FAB4D8

Text Example


Text Example

White with #FAB4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB4D8; }

 p { color: rgb(250,180,216); }

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

background-color css

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

 a { background-color: rgb(250,180,216); }

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

border-color css

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

 span { border-color: rgb(250,180,216); }

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