Html Css Color HEX #FFB1DB Lavender Pink

📋 copy color: '#FFB1DB'

red 255 ◦ green 177 ◦ blue 219

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

Shades of Lavender Pink #FFB1DB

Tints of Lavender Pink #FFB1DB

RGB

 RED value IS 255 (100% from 255) = 39.17%

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

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

R = 39.17%
G = 27.19%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFB1DB (or 0xFFB1DB) is known color: Lavender Pink. HEX triplet: FF, B1 and DB. RGB value is (255,177,219). Sum of RGB (Red+Green+Blue) = 255+177+219=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 177 (69.53% from 255 or 27.19% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1DB is #004E24. Grayscale: #CDCDCD. Windows color (decimal): -20005 or 14397951. OLE color: 14397951.

HSL color Cylindrical-coordinate representation of color #FFB1DB: hue angle of 327.69º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB1DB is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 255 177 219 -
CMYK 0 0.31 0.14 0
HSL 327.69º 1% 0.85% -
HSV(B) 327.69º 0.31% 1% -
XYZ 69.75 57.82 74.5 -
YUV 205.11 135.84 163.58 -
System Red Green Blue C M Y K H S L
Decimal 255 177 219 0 0.31 0.14 0 327.69 1 0.85
Hex FF B1 DB 0 1F E 0 148 64 55
Octal 377 261 333 0 37 16 0 510 144 125
Binary 11111111 10110001 11011011 0 11111 1110 0 101001000 1100100 1010101

Color Harmonies of #FFB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB1DB

Black with #FFB1DB

Text Example


Text Example

White with #FFB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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