Html Css Color HEX #FBB2DB Lavender Pink

📋 copy color: '#FBB2DB'

red 251 ◦ green 178 ◦ blue 219

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

Shades of Lavender Pink #FBB2DB

Tints of Lavender Pink #FBB2DB

RGB

 RED value IS 251 (98.44% from 255) = 38.73%

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

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

R = 38.73%
G = 27.47%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBB2DB (or 0xFBB2DB) is known color: Lavender Pink. HEX triplet: FB, B2 and DB. RGB value is (251,178,219). Sum of RGB (Red+Green+Blue) = 251+178+219=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 178 (69.92% from 255 or 27.47% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2DB is #044D24. Grayscale: #CCCCCC. Windows color (decimal): -281893 or 14398203. OLE color: 14398203.

HSL color Cylindrical-coordinate representation of color #FBB2DB: hue angle of 326.3º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB2DB is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 178 219 -
CMYK 0 0.29 0.13 0.02
HSL 326.3º 0.9% 0.84% -
HSV(B) 326.3º 0.29% 0.98% -
XYZ 68.49 57.46 74.5 -
YUV 204.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 251 178 219 0 0.29 0.13 0.02 326.3 0.9 0.84
Hex FB B2 DB 0 1D D 2 146 5A 54
Octal 373 262 333 0 35 15 2 506 132 124
Binary 11111011 10110010 11011011 0 11101 1101 10 101000110 1011010 1010100

Color Harmonies of #FBB2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB2DB

Black with #FBB2DB

Text Example


Text Example

White with #FBB2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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