Html Css Color HEX #FBAFD9 Lavender Pink

📋 copy color: '#FBAFD9'

red 251 ◦ green 175 ◦ blue 217

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

Shades of Lavender Pink #FBAFD9

Tints of Lavender Pink #FBAFD9

RGB

 RED value IS 251 (98.44% from 255) = 39.04%

 GREEN value IS 175 (68.75% from 255) = 27.22%

 BLUE value IS 217 (85.16% from 255) = 33.75%

R = 39.04%
G = 27.22%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FBAFD9 (or 0xFBAFD9) is known color: Lavender Pink. HEX triplet: FB, AF and D9. RGB value is (251,175,217). Sum of RGB (Red+Green+Blue) = 251+175+217=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFD9 is #045026. Grayscale: #CACACA. Windows color (decimal): -282663 or 14266363. OLE color: 14266363.

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

Color convert

RGB 251 175 217 -
CMYK 0 0.30 0.14 0.02
HSL 326.84º 0.9% 0.84% -
HSV(B) 326.84º 0.3% 0.98% -
XYZ 67.64 56.18 72.92 -
YUV 202.51 136.18 162.58 -
System Red Green Blue C M Y K H S L
Decimal 251 175 217 0 0.30 0.14 0.02 326.84 0.9 0.84
Hex FB AF D9 0 1E E 2 147 5A 54
Octal 373 257 331 0 36 16 2 507 132 124
Binary 11111011 10101111 11011001 0 11110 1110 10 101000111 1011010 1010100

Color Harmonies of #FBAFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAFD9

Black with #FBAFD9

Text Example


Text Example

White with #FBAFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAFD9; }

 p { color: rgb(251,175,217); }

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

background-color css

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

 a { background-color: rgb(251,175,217); }

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

border-color css

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

 span { border-color: rgb(251,175,217); }

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