Html Css Color HEX #FBB2E3 Lavender Rose

📋 copy color: '#FBB2E3'

red 251 ◦ green 178 ◦ blue 227

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

Shades of Lavender Rose #FBB2E3

Tints of Lavender Rose #FBB2E3

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.13%

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

R = 38.26%
G = 27.13%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBB2E3 (or 0xFBB2E3) is known color: Lavender Rose. HEX triplet: FB, B2 and E3. RGB value is (251,178,227). Sum of RGB (Red+Green+Blue) = 251+178+227=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 178 (69.92% from 255 or 27.13% from 656); Blue value is 227 (89.06% from 255 or 34.60% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2E3 is #044D1C. Grayscale: #CDCDCD. Windows color (decimal): -281885 or 14922491. OLE color: 14922491.

HSL color Cylindrical-coordinate representation of color #FBB2E3: hue angle of 319.73º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB2E3 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 178 227 -
CMYK 0 0.29 0.10 0.02
HSL 319.73º 0.9% 0.84% -
HSV(B) 319.73º 0.29% 0.98% -
XYZ 69.57 57.9 80.18 -
YUV 205.41 140.18 160.52 -
System Red Green Blue C M Y K H S L
Decimal 251 178 227 0 0.29 0.10 0.02 319.73 0.9 0.84
Hex FB B2 E3 0 1D A 2 140 5A 54
Octal 373 262 343 0 35 12 2 500 132 124
Binary 11111011 10110010 11100011 0 11101 1010 10 101000000 1011010 1010100

Color Harmonies of #FBB2E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB2E3

Black with #FBB2E3

Text Example


Text Example

White with #FBB2E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB2E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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