Html Css Color HEX #FBB0E3 Lavender Rose

📋 copy color: '#FBB0E3'

red 251 ◦ green 176 ◦ blue 227

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

Shades of Lavender Rose #FBB0E3

Tints of Lavender Rose #FBB0E3

RGB

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

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

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

R = 38.38%
G = 26.91%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBB0E3 (or 0xFBB0E3) is known color: Lavender Rose. HEX triplet: FB, B0 and E3. RGB value is (251,176,227). Sum of RGB (Red+Green+Blue) = 251+176+227=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 176 (69.14% from 255 or 26.91% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0E3 is #044F1C. Grayscale: #CCCCCC. Windows color (decimal): -282397 or 14921979. OLE color: 14921979.

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

Color convert

RGB 251 176 227 -
CMYK 0 0.30 0.10 0.02
HSL 319.2º 0.9% 0.84% -
HSV(B) 319.2º 0.3% 0.98% -
XYZ 69.17 57.11 80.05 -
YUV 204.24 140.85 161.35 -
System Red Green Blue C M Y K H S L
Decimal 251 176 227 0 0.30 0.10 0.02 319.2 0.9 0.84
Hex FB B0 E3 0 1E A 2 13F 5A 54
Octal 373 260 343 0 36 12 2 477 132 124
Binary 11111011 10110000 11100011 0 11110 1010 10 100111111 1011010 1010100

Color Harmonies of #FBB0E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB0E3

Black with #FBB0E3

Text Example


Text Example

White with #FBB0E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB0E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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