Html Css Color HEX #FBABFE Lavender Rose

📋 copy color: '#FBABFE'

red 251 ◦ green 171 ◦ blue 254

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

Shades of Lavender Rose #FBABFE

Tints of Lavender Rose #FBABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.57%

R = 37.13%
G = 25.3%
B = 37.57%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FBABFE (or 0xFBABFE) is known color: Lavender Rose. HEX triplet: FB, AB and FE. RGB value is (251,171,254). Sum of RGB (Red+Green+Blue) = 251+171+254=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 171 (67.19% from 255 or 25.30% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBABFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBABFE is #045401. Grayscale: #CCCCCC. Windows color (decimal): -283650 or 16690171. OLE color: 16690171.

HSL color Cylindrical-coordinate representation of color #FBABFE: hue angle of 297.83º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBABFE is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 251 171 254 -
CMYK 0.01 0.33 0 0.00
HSL 297.83º 0.98% 0.83% -
HSV(B) 297.83º 0.33% 1% -
XYZ 72.24 56.79 100.92 -
YUV 204.38 156 161.25 -
System Red Green Blue C M Y K H S L
Decimal 251 171 254 0.01 0.33 0 0.00 297.83 0.98 0.83
Hex FB AB FE 1 21 0 0 12A 62 53
Octal 373 253 376 1 41 0 0 452 142 123
Binary 11111011 10101011 11111110 1 100001 0 0 100101010 1100010 1010011

Color Harmonies of #FBABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBABFE

Black with #FBABFE

Text Example


Text Example

White with #FBABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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