Html Css Color HEX #FBB0DC Lavender Pink

📋 copy color: '#FBB0DC'

red 251 ◦ green 176 ◦ blue 220

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

Shades of Lavender Pink #FBB0DC

Tints of Lavender Pink #FBB0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.2%

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

R = 38.79%
G = 27.2%
B = 34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBB0DC (or 0xFBB0DC) is known color: Lavender Pink. HEX triplet: FB, B0 and DC. RGB value is (251,176,220). Sum of RGB (Red+Green+Blue) = 251+176+220=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 176 (69.14% from 255 or 27.20% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0DC is #044F23. Grayscale: #CBCBCB. Windows color (decimal): -282404 or 14463227. OLE color: 14463227.

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

Color convert

RGB 251 176 220 -
CMYK 0 0.30 0.12 0.02
HSL 324.8º 0.9% 0.84% -
HSV(B) 324.8º 0.3% 0.98% -
XYZ 68.23 56.73 75.06 -
YUV 203.44 137.35 161.92 -
System Red Green Blue C M Y K H S L
Decimal 251 176 220 0 0.30 0.12 0.02 324.8 0.9 0.84
Hex FB B0 DC 0 1E C 2 145 5A 54
Octal 373 260 334 0 36 14 2 505 132 124
Binary 11111011 10110000 11011100 0 11110 1100 10 101000101 1011010 1010100

Color Harmonies of #FBB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB0DC

Black with #FBB0DC

Text Example


Text Example

White with #FBB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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