Html Css Color HEX #FBBAF9 Lavender Rose

📋 copy color: '#FBBAF9'

red 251 ◦ green 186 ◦ blue 249

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

Shades of Lavender Rose #FBBAF9

Tints of Lavender Rose #FBBAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.3%

R = 36.59%
G = 27.11%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FBBAF9 (or 0xFBBAF9) is known color: Lavender Rose. HEX triplet: FB, BA and F9. RGB value is (251,186,249). Sum of RGB (Red+Green+Blue) = 251+186+249=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 186 (73.05% from 255 or 27.11% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAF9 is #044506. Grayscale: #D4D4D4. Windows color (decimal): -279815 or 16366331. OLE color: 16366331.

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

Color convert

RGB 251 186 249 -
CMYK 0 0.26 0.01 0.02
HSL 301.85º 0.89% 0.86% -
HSV(B) 301.85º 0.26% 0.98% -
XYZ 74.44 62.47 97.76 -
YUV 212.62 148.53 155.38 -
System Red Green Blue C M Y K H S L
Decimal 251 186 249 0 0.26 0.01 0.02 301.85 0.89 0.86
Hex FB BA F9 0 1A 1 2 12E 59 56
Octal 373 272 371 0 32 1 2 456 131 126
Binary 11111011 10111010 11111001 0 11010 1 10 100101110 1011001 1010110

Color Harmonies of #FBBAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAF9

Black with #FBBAF9

Text Example


Text Example

White with #FBBAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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