Html Css Color HEX #FFB1DF Lavender Pink

📋 copy color: '#FFB1DF'

red 255 ◦ green 177 ◦ blue 223

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

Shades of Lavender Pink #FFB1DF

Tints of Lavender Pink #FFB1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.05%

R = 38.93%
G = 27.02%
B = 34.05%

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

#FFB1DF (or 0xFFB1DF) is known color: Lavender Pink. HEX triplet: FF, B1 and DF. RGB value is (255,177,223). Sum of RGB (Red+Green+Blue) = 255+177+223=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 177 (69.53% from 255 or 27.02% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1DF is #004E20. Grayscale: #CDCDCD. Windows color (decimal): -20001 or 14660095. OLE color: 14660095.

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

Color convert

RGB 255 177 223 -
CMYK 0 0.31 0.13 0
HSL 324.62º 1% 0.85% -
HSV(B) 324.62º 0.31% 1% -
XYZ 70.28 58.03 77.31 -
YUV 205.57 137.84 163.26 -
System Red Green Blue C M Y K H S L
Decimal 255 177 223 0 0.31 0.13 0 324.62 1 0.85
Hex FF B1 DF 0 1F D 0 145 64 55
Octal 377 261 337 0 37 15 0 505 144 125
Binary 11111111 10110001 11011111 0 11111 1101 0 101000101 1100100 1010101

Color Harmonies of #FFB1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB1DF

Black with #FFB1DF

Text Example


Text Example

White with #FFB1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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