Html Css Color HEX #FFB2DB Lavender Pink

📋 copy color: '#FFB2DB'

red 255 ◦ green 178 ◦ blue 219

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

Shades of Lavender Pink #FFB2DB

Tints of Lavender Pink #FFB2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.3%

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

R = 39.11%
G = 27.3%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFB2DB (or 0xFFB2DB) is known color: Lavender Pink. HEX triplet: FF, B2 and DB. RGB value is (255,178,219). Sum of RGB (Red+Green+Blue) = 255+178+219=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 178 (69.92% from 255 or 27.30% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2DB is #004D24. Grayscale: #CDCDCD. Windows color (decimal): -19749 or 14398207. OLE color: 14398207.

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

Color convert

RGB 255 178 219 -
CMYK 0 0.30 0.14 0
HSL 328.05º 1% 0.85% -
HSV(B) 328.05º 0.3% 1% -
XYZ 69.95 58.22 74.57 -
YUV 205.7 135.51 163.17 -
System Red Green Blue C M Y K H S L
Decimal 255 178 219 0 0.30 0.14 0 328.05 1 0.85
Hex FF B2 DB 0 1E E 0 148 64 55
Octal 377 262 333 0 36 16 0 510 144 125
Binary 11111111 10110010 11011011 0 11110 1110 0 101001000 1100100 1010101

Color Harmonies of #FFB2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB2DB

Black with #FFB2DB

Text Example


Text Example

White with #FFB2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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