Html Css Color HEX #FBB5DC Lavender Pink

📋 copy color: '#FBB5DC'

red 251 ◦ green 181 ◦ blue 220

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

Shades of Lavender Pink #FBB5DC

Tints of Lavender Pink #FBB5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.76%

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

R = 38.5%
G = 27.76%
B = 33.74%

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

#FBB5DC (or 0xFBB5DC) is known color: Lavender Pink. HEX triplet: FB, B5 and DC. RGB value is (251,181,220). Sum of RGB (Red+Green+Blue) = 251+181+220=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 181 (71.09% from 255 or 27.76% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB5DC is #044A23. Grayscale: #CECECE. Windows color (decimal): -281124 or 14464507. OLE color: 14464507.

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

Color convert

RGB 251 181 220 -
CMYK 0 0.28 0.12 0.02
HSL 326.57º 0.9% 0.85% -
HSV(B) 326.57º 0.28% 0.98% -
XYZ 69.23 58.72 75.4 -
YUV 206.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 251 181 220 0 0.28 0.12 0.02 326.57 0.9 0.85
Hex FB B5 DC 0 1C C 2 147 5A 55
Octal 373 265 334 0 34 14 2 507 132 125
Binary 11111011 10110101 11011100 0 11100 1100 10 101000111 1011010 1010101

Color Harmonies of #FBB5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB5DC

Black with #FBB5DC

Text Example


Text Example

White with #FBB5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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