Html Css Color HEX #FBB5E3 Lavender Rose

📋 copy color: '#FBB5E3'

red 251 ◦ green 181 ◦ blue 227

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

Shades of Lavender Rose #FBB5E3

Tints of Lavender Rose #FBB5E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.45%

R = 38.09%
G = 27.47%
B = 34.45%

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

#FBB5E3 (or 0xFBB5E3) is known color: Lavender Rose. HEX triplet: FB, B5 and E3. RGB value is (251,181,227). Sum of RGB (Red+Green+Blue) = 251+181+227=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 181 (71.09% from 255 or 27.47% from 659); Blue value is 227 (89.06% from 255 or 34.45% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB5E3 is #044A1C. Grayscale: #CFCFCF. Windows color (decimal): -281117 or 14923259. OLE color: 14923259.

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

Color convert

RGB 251 181 227 -
CMYK 0 0.28 0.10 0.02
HSL 320.57º 0.9% 0.85% -
HSV(B) 320.57º 0.28% 0.98% -
XYZ 70.17 59.1 80.38 -
YUV 207.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 251 181 227 0 0.28 0.10 0.02 320.57 0.9 0.85
Hex FB B5 E3 0 1C A 2 141 5A 55
Octal 373 265 343 0 34 12 2 501 132 125
Binary 11111011 10110101 11100011 0 11100 1010 10 101000001 1011010 1010101

Color Harmonies of #FBB5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB5E3

Black with #FBB5E3

Text Example


Text Example

White with #FBB5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB5E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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