Html Css Color HEX #FFB1DD Lavender Pink

📋 copy color: '#FFB1DD'

red 255 ◦ green 177 ◦ blue 221

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

Shades of Lavender Pink #FFB1DD

Tints of Lavender Pink #FFB1DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.84%

R = 39.05%
G = 27.11%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFB1DD (or 0xFFB1DD) is known color: Lavender Pink. HEX triplet: FF, B1 and DD. RGB value is (255,177,221). Sum of RGB (Red+Green+Blue) = 255+177+221=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 177 (69.53% from 255 or 27.11% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1DD is #004E22. Grayscale: #CDCDCD. Windows color (decimal): -20003 or 14529023. OLE color: 14529023.

HSL color Cylindrical-coordinate representation of color #FFB1DD: hue angle of 326.15º 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 #FFB1DD is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 255 177 221 -
CMYK 0 0.31 0.13 0
HSL 326.15º 1% 0.85% -
HSV(B) 326.15º 0.31% 1% -
XYZ 70.01 57.92 75.9 -
YUV 205.34 136.84 163.42 -
System Red Green Blue C M Y K H S L
Decimal 255 177 221 0 0.31 0.13 0 326.15 1 0.85
Hex FF B1 DD 0 1F D 0 146 64 55
Octal 377 261 335 0 37 15 0 506 144 125
Binary 11111111 10110001 11011101 0 11111 1101 0 101000110 1100100 1010101

Color Harmonies of #FFB1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB1DD

Black with #FFB1DD

Text Example


Text Example

White with #FFB1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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