Html Css Color HEX #FFB3DF Lavender Pink

📋 copy color: '#FFB3DF'

red 255 ◦ green 179 ◦ blue 223

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

Shades of Lavender Pink #FFB3DF

Tints of Lavender Pink #FFB3DF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.25%

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

R = 38.81%
G = 27.25%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFB3DF (or 0xFFB3DF) is known color: Lavender Pink. HEX triplet: FF, B3 and DF. RGB value is (255,179,223). Sum of RGB (Red+Green+Blue) = 255+179+223=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 179 (70.31% from 255 or 27.25% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3DF is #004C20. Grayscale: #CECECE. Windows color (decimal): -19489 or 14660607. OLE color: 14660607.

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

Color convert

RGB 255 179 223 -
CMYK 0 0.30 0.13 0
HSL 325.26º 1% 0.85% -
HSV(B) 325.26º 0.3% 1% -
XYZ 70.68 58.83 77.44 -
YUV 206.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 255 179 223 0 0.30 0.13 0 325.26 1 0.85
Hex FF B3 DF 0 1E D 0 145 64 55
Octal 377 263 337 0 36 15 0 505 144 125
Binary 11111111 10110011 11011111 0 11110 1101 0 101000101 1100100 1010101

Color Harmonies of #FFB3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB3DF

Black with #FFB3DF

Text Example


Text Example

White with #FFB3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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