Html Css Color HEX #FBB5E2 Lavender Rose

📋 copy color: '#FBB5E2'

red 251 ◦ green 181 ◦ blue 226

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

Shades of Lavender Rose #FBB5E2

Tints of Lavender Rose #FBB5E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.35%

R = 38.15%
G = 27.51%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBB5E2 (or 0xFBB5E2) is known color: Lavender Rose. HEX triplet: FB, B5 and E2. RGB value is (251,181,226). Sum of RGB (Red+Green+Blue) = 251+181+226=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 181 (71.09% from 255 or 27.51% from 658); Blue value is 226 (88.67% from 255 or 34.35% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB5E2 is #044A1D. Grayscale: #CECECE. Windows color (decimal): -281118 or 14857723. OLE color: 14857723.

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

Color convert

RGB 251 181 226 -
CMYK 0 0.28 0.10 0.02
HSL 321.43º 0.9% 0.85% -
HSV(B) 321.43º 0.28% 0.98% -
XYZ 70.04 59.05 79.66 -
YUV 207.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 251 181 226 0 0.28 0.10 0.02 321.43 0.9 0.85
Hex FB B5 E2 0 1C A 2 141 5A 55
Octal 373 265 342 0 34 12 2 501 132 125
Binary 11111011 10110101 11100010 0 11100 1010 10 101000001 1011010 1010101

Color Harmonies of #FBB5E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB5E2

Black with #FBB5E2

Text Example


Text Example

White with #FBB5E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB5E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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