Html Css Color HEX #FBABCF Lavender Pink

📋 copy color: '#FBABCF'

red 251 ◦ green 171 ◦ blue 207

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

Shades of Lavender Pink #FBABCF

Tints of Lavender Pink #FBABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.91%

R = 39.9%
G = 27.19%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBABCF (or 0xFBABCF) is known color: Lavender Pink. HEX triplet: FB, AB and CF. RGB value is (251,171,207). Sum of RGB (Red+Green+Blue) = 251+171+207=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABCF is #045430. Grayscale: #C6C6C6. Windows color (decimal): -283697 or 13609979. OLE color: 13609979.

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

Color convert

RGB 251 171 207 -
CMYK 0 0.32 0.18 0.02
HSL 333º 0.91% 0.83% -
HSV(B) 333º 0.32% 0.98% -
XYZ 65.61 54.14 66.02 -
YUV 199.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 251 171 207 0 0.32 0.18 0.02 333 0.91 0.83
Hex FB AB CF 0 20 12 2 14D 5B 53
Octal 373 253 317 0 40 22 2 515 133 123
Binary 11111011 10101011 11001111 0 100000 10010 10 101001101 1011011 1010011

Color Harmonies of #FBABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBABCF

Black with #FBABCF

Text Example


Text Example

White with #FBABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBABCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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