Html Css Color HEX #FFB3E1 Lavender Pink

📋 copy color: '#FFB3E1'

red 255 ◦ green 179 ◦ blue 225

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

Shades of Lavender Pink #FFB3E1

Tints of Lavender Pink #FFB3E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.14%

R = 38.69%
G = 27.16%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFB3E1 (or 0xFFB3E1) is known color: Lavender Pink. HEX triplet: FF, B3 and E1. RGB value is (255,179,225). Sum of RGB (Red+Green+Blue) = 255+179+225=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 179 (70.31% from 255 or 27.16% from 659); Blue value is 225 (88.28% from 255 or 34.14% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3E1 is #004C1E. Grayscale: #CECECE. Windows color (decimal): -19487 or 14791679. OLE color: 14791679.

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

Color convert

RGB 255 179 225 -
CMYK 0 0.30 0.12 0
HSL 323.68º 1% 0.85% -
HSV(B) 323.68º 0.3% 1% -
XYZ 70.95 58.94 78.87 -
YUV 206.97 138.18 162.26 -
System Red Green Blue C M Y K H S L
Decimal 255 179 225 0 0.30 0.12 0 323.68 1 0.85
Hex FF B3 E1 0 1E C 0 144 64 55
Octal 377 263 341 0 36 14 0 504 144 125
Binary 11111111 10110011 11100001 0 11110 1100 0 101000100 1100100 1010101

Color Harmonies of #FFB3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB3E1

Black with #FFB3E1

Text Example


Text Example

White with #FFB3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB3E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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