Html Css Color HEX #FBB4DC Lavender Pink

📋 copy color: '#FBB4DC'

red 251 ◦ green 180 ◦ blue 220

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

Shades of Lavender Pink #FBB4DC

Tints of Lavender Pink #FBB4DC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.65%

 BLUE value IS 220 (86.33% from 255) = 33.79%

R = 38.56%
G = 27.65%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBB4DC (or 0xFBB4DC) is known color: Lavender Pink. HEX triplet: FB, B4 and DC. RGB value is (251,180,220). Sum of RGB (Red+Green+Blue) = 251+180+220=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 180 (70.70% from 255 or 27.65% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4DC is #044B23. Grayscale: #CDCDCD. Windows color (decimal): -281380 or 14464251. OLE color: 14464251.

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

Color convert

RGB 251 180 220 -
CMYK 0 0.28 0.12 0.02
HSL 326.2º 0.9% 0.85% -
HSV(B) 326.2º 0.28% 0.98% -
XYZ 69.02 58.32 75.33 -
YUV 205.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 251 180 220 0 0.28 0.12 0.02 326.2 0.9 0.85
Hex FB B4 DC 0 1C C 2 146 5A 55
Octal 373 264 334 0 34 14 2 506 132 125
Binary 11111011 10110100 11011100 0 11100 1100 10 101000110 1011010 1010101

Color Harmonies of #FBB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB4DC

Black with #FBB4DC

Text Example


Text Example

White with #FBB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB4DC; }

 p { color: rgb(251,180,220); }

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

background-color css

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

 a { background-color: rgb(251,180,220); }

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

border-color css

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

 span { border-color: rgb(251,180,220); }

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