Html Css Color HEX #FBB0D1 Lavender Pink

📋 copy color: '#FBB0D1'

red 251 ◦ green 176 ◦ blue 209

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

Shades of Lavender Pink #FBB0D1

Tints of Lavender Pink #FBB0D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.86%

R = 39.47%
G = 27.67%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FBB0D1 (or 0xFBB0D1) is known color: Lavender Pink. HEX triplet: FB, B0 and D1. RGB value is (251,176,209). Sum of RGB (Red+Green+Blue) = 251+176+209=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0D1 is #044F2E. Grayscale: #CACACA. Windows color (decimal): -282415 or 13742331. OLE color: 13742331.

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

Color convert

RGB 251 176 209 -
CMYK 0 0.30 0.17 0.02
HSL 333.6º 0.9% 0.84% -
HSV(B) 333.6º 0.3% 0.98% -
XYZ 66.82 56.16 67.64 -
YUV 202.19 131.85 162.82 -
System Red Green Blue C M Y K H S L
Decimal 251 176 209 0 0.30 0.17 0.02 333.6 0.9 0.84
Hex FB B0 D1 0 1E 11 2 14E 5A 54
Octal 373 260 321 0 36 21 2 516 132 124
Binary 11111011 10110000 11010001 0 11110 10001 10 101001110 1011010 1010100

Color Harmonies of #FBB0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB0D1

Black with #FBB0D1

Text Example


Text Example

White with #FBB0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB0D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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