Html Css Color HEX #FBABDC Lavender Pink

📋 copy color: '#FBABDC'

red 251 ◦ green 171 ◦ blue 220

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

Shades of Lavender Pink #FBABDC

Tints of Lavender Pink #FBABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.27%

R = 39.1%
G = 26.64%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBABDC (or 0xFBABDC) is known color: Lavender Pink. HEX triplet: FB, AB and DC. RGB value is (251,171,220). Sum of RGB (Red+Green+Blue) = 251+171+220=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABDC is #045423. Grayscale: #C8C8C8. Windows color (decimal): -283684 or 14461947. OLE color: 14461947.

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

Color convert

RGB 251 171 220 -
CMYK 0 0.32 0.12 0.02
HSL 323.25º 0.91% 0.83% -
HSV(B) 323.25º 0.32% 0.98% -
XYZ 67.26 54.8 74.74 -
YUV 200.51 139 164.02 -
System Red Green Blue C M Y K H S L
Decimal 251 171 220 0 0.32 0.12 0.02 323.25 0.91 0.83
Hex FB AB DC 0 20 C 2 143 5B 53
Octal 373 253 334 0 40 14 2 503 133 123
Binary 11111011 10101011 11011100 0 100000 1100 10 101000011 1011011 1010011

Color Harmonies of #FBABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBABDC

Black with #FBABDC

Text Example


Text Example

White with #FBABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBABDC; }

 p { color: rgb(251,171,220); }

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

background-color css

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

 a { background-color: rgb(251,171,220); }

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

border-color css

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

 span { border-color: rgb(251,171,220); }

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