Html Css Color HEX #FBBAFA Lavender Rose

📋 copy color: '#FBBAFA'

red 251 ◦ green 186 ◦ blue 250

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

Shades of Lavender Rose #FBBAFA

Tints of Lavender Rose #FBBAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.07%

 BLUE value IS 250 (98.05% from 255) = 36.39%

R = 36.54%
G = 27.07%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FBBAFA (or 0xFBBAFA) is known color: Lavender Rose. HEX triplet: FB, BA and FA. RGB value is (251,186,250). Sum of RGB (Red+Green+Blue) = 251+186+250=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 186 (73.05% from 255 or 27.07% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAFA is #044505. Grayscale: #D4D4D4. Windows color (decimal): -279814 or 16431867. OLE color: 16431867.

HSL color Cylindrical-coordinate representation of color #FBBAFA: hue angle of 300.92º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBBAFA is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 186 250 -
CMYK 0 0.26 0.00 0.02
HSL 300.92º 0.89% 0.86% -
HSV(B) 300.92º 0.26% 0.98% -
XYZ 74.6 62.53 98.58 -
YUV 212.73 149.03 155.3 -
System Red Green Blue C M Y K H S L
Decimal 251 186 250 0 0.26 0.00 0.02 300.92 0.89 0.86
Hex FB BA FA 0 1A 0 2 12D 59 56
Octal 373 272 372 0 32 0 2 455 131 126
Binary 11111011 10111010 11111010 0 11010 0 10 100101101 1011001 1010110

Color Harmonies of #FBBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAFA

Black with #FBBAFA

Text Example


Text Example

White with #FBBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAFA; }

 p { color: rgb(251,186,250); }

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

background-color css

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

 a { background-color: rgb(251,186,250); }

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

border-color css

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

 span { border-color: rgb(251,186,250); }

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