Html Css Color HEX #FBABD4 Lavender Pink

📋 copy color: '#FBABD4'

red 251 ◦ green 171 ◦ blue 212

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

Shades of Lavender Pink #FBABD4

Tints of Lavender Pink #FBABD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.44%

R = 39.59%
G = 26.97%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FBABD4 (or 0xFBABD4) is known color: Lavender Pink. HEX triplet: FB, AB and D4. RGB value is (251,171,212). Sum of RGB (Red+Green+Blue) = 251+171+212=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABD4 is #04542B. Grayscale: #C7C7C7. Windows color (decimal): -283692 or 13937659. OLE color: 13937659.

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

Color convert

RGB 251 171 212 -
CMYK 0 0.32 0.16 0.02
HSL 329.25º 0.91% 0.83% -
HSV(B) 329.25º 0.32% 0.98% -
XYZ 66.23 54.39 69.29 -
YUV 199.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 251 171 212 0 0.32 0.16 0.02 329.25 0.91 0.83
Hex FB AB D4 0 20 10 2 149 5B 53
Octal 373 253 324 0 40 20 2 511 133 123
Binary 11111011 10101011 11010100 0 100000 10000 10 101001001 1011011 1010011

Color Harmonies of #FBABD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBABD4

Black with #FBABD4

Text Example


Text Example

White with #FBABD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBABD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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