Html Css Color HEX #FBB4E3 Lavender Rose

📋 copy color: '#FBB4E3'

red 251 ◦ green 180 ◦ blue 227

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

Shades of Lavender Rose #FBB4E3

Tints of Lavender Rose #FBB4E3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.36%

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

R = 38.15%
G = 27.36%
B = 34.5%

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

#FBB4E3 (or 0xFBB4E3) is known color: Lavender Rose. HEX triplet: FB, B4 and E3. RGB value is (251,180,227). Sum of RGB (Red+Green+Blue) = 251+180+227=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 180 (70.70% from 255 or 27.36% from 658); Blue value is 227 (89.06% from 255 or 34.50% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4E3 is #044B1C. Grayscale: #CECECE. Windows color (decimal): -281373 or 14923003. OLE color: 14923003.

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

Color convert

RGB 251 180 227 -
CMYK 0 0.28 0.10 0.02
HSL 320.28º 0.9% 0.85% -
HSV(B) 320.28º 0.28% 0.98% -
XYZ 69.97 58.7 80.32 -
YUV 206.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 251 180 227 0 0.28 0.10 0.02 320.28 0.9 0.85
Hex FB B4 E3 0 1C A 2 140 5A 55
Octal 373 264 343 0 34 12 2 500 132 125
Binary 11111011 10110100 11100011 0 11100 1010 10 101000000 1011010 1010101

Color Harmonies of #FBB4E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB4E3

Black with #FBB4E3

Text Example


Text Example

White with #FBB4E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB4E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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