Html Css Color HEX #FBB1DB Lavender Pink

📋 copy color: '#FBB1DB'

red 251 ◦ green 177 ◦ blue 219

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

Shades of Lavender Pink #FBB1DB

Tints of Lavender Pink #FBB1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.36%

 BLUE value IS 219 (85.94% from 255) = 33.85%

R = 38.79%
G = 27.36%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBB1DB (or 0xFBB1DB) is known color: Lavender Pink. HEX triplet: FB, B1 and DB. RGB value is (251,177,219). Sum of RGB (Red+Green+Blue) = 251+177+219=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 177 (69.53% from 255 or 27.36% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB1DB is #044E24. Grayscale: #CBCBCB. Windows color (decimal): -282149 or 14397947. OLE color: 14397947.

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

Color convert

RGB 251 177 219 -
CMYK 0 0.29 0.13 0.02
HSL 325.95º 0.9% 0.84% -
HSV(B) 325.95º 0.29% 0.98% -
XYZ 68.29 57.07 74.43 -
YUV 203.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 251 177 219 0 0.29 0.13 0.02 325.95 0.9 0.84
Hex FB B1 DB 0 1D D 2 146 5A 54
Octal 373 261 333 0 35 15 2 506 132 124
Binary 11111011 10110001 11011011 0 11101 1101 10 101000110 1011010 1010100

Color Harmonies of #FBB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB1DB

Black with #FBB1DB

Text Example


Text Example

White with #FBB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB1DB; }

 p { color: rgb(251,177,219); }

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

background-color css

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

 a { background-color: rgb(251,177,219); }

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

border-color css

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

 span { border-color: rgb(251,177,219); }

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