Html Css Color HEX #FBABE0 Lavender Rose

📋 copy color: '#FBABE0'

red 251 ◦ green 171 ◦ blue 224

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

Shades of Lavender Rose #FBABE0

Tints of Lavender Rose #FBABE0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.47%

 BLUE value IS 224 (87.89% from 255) = 34.67%

R = 38.85%
G = 26.47%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBABE0 (or 0xFBABE0) is known color: Lavender Rose. HEX triplet: FB, AB and E0. RGB value is (251,171,224). Sum of RGB (Red+Green+Blue) = 251+171+224=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 171 (67.19% from 255 or 26.47% from 646); Blue value is 224 (87.89% from 255 or 34.67% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABE0 is #04541F. Grayscale: #C8C8C8. Windows color (decimal): -283680 or 14724091. OLE color: 14724091.

HSL color Cylindrical-coordinate representation of color #FBABE0: hue angle of 320.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBABE0 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 171 224 -
CMYK 0 0.32 0.11 0.02
HSL 320.25º 0.91% 0.83% -
HSV(B) 320.25º 0.32% 0.98% -
XYZ 67.8 55.02 77.57 -
YUV 200.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 251 171 224 0 0.32 0.11 0.02 320.25 0.91 0.83
Hex FB AB E0 0 20 B 2 140 5B 53
Octal 373 253 340 0 40 13 2 500 133 123
Binary 11111011 10101011 11100000 0 100000 1011 10 101000000 1011011 1010011

Color Harmonies of #FBABE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBABE0

Black with #FBABE0

Text Example


Text Example

White with #FBABE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBABE0; }

 p { color: rgb(251,171,224); }

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

background-color css

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

 a { background-color: rgb(251,171,224); }

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

border-color css

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

 span { border-color: rgb(251,171,224); }

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