Html Css Color HEX #FBB5E0 Lavender Pink

📋 copy color: '#FBB5E0'

red 251 ◦ green 181 ◦ blue 224

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

Shades of Lavender Pink #FBB5E0

Tints of Lavender Pink #FBB5E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.15%

R = 38.26%
G = 27.59%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBB5E0 (or 0xFBB5E0) is known color: Lavender Pink. HEX triplet: FB, B5 and E0. RGB value is (251,181,224). Sum of RGB (Red+Green+Blue) = 251+181+224=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 181 (71.09% from 255 or 27.59% from 656); Blue value is 224 (87.89% from 255 or 34.15% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB5E0 is #044A1F. Grayscale: #CECECE. Windows color (decimal): -281120 or 14726651. OLE color: 14726651.

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

Color convert

RGB 251 181 224 -
CMYK 0 0.28 0.11 0.02
HSL 323.14º 0.9% 0.85% -
HSV(B) 323.14º 0.28% 0.98% -
XYZ 69.76 58.94 78.22 -
YUV 206.83 137.69 159.5 -
System Red Green Blue C M Y K H S L
Decimal 251 181 224 0 0.28 0.11 0.02 323.14 0.9 0.85
Hex FB B5 E0 0 1C B 2 143 5A 55
Octal 373 265 340 0 34 13 2 503 132 125
Binary 11111011 10110101 11100000 0 11100 1011 10 101000011 1011010 1010101

Color Harmonies of #FBB5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB5E0

Black with #FBB5E0

Text Example


Text Example

White with #FBB5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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