Html Css Color HEX #FBBAF7 Lavender Rose

📋 copy color: '#FBBAF7'

red 251 ◦ green 186 ◦ blue 247

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

Shades of Lavender Rose #FBBAF7

Tints of Lavender Rose #FBBAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.11%

R = 36.7%
G = 27.19%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FBBAF7 (or 0xFBBAF7) is known color: Lavender Rose. HEX triplet: FB, BA and F7. RGB value is (251,186,247). Sum of RGB (Red+Green+Blue) = 251+186+247=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 186 (73.05% from 255 or 27.19% from 684); Blue value is 247 (96.88% from 255 or 36.11% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAF7 is #044508. Grayscale: #D4D4D4. Windows color (decimal): -279817 or 16235259. OLE color: 16235259.

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

Color convert

RGB 251 186 247 -
CMYK 0 0.26 0.02 0.02
HSL 303.69º 0.89% 0.86% -
HSV(B) 303.69º 0.26% 0.98% -
XYZ 74.13 62.34 96.12 -
YUV 212.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 251 186 247 0 0.26 0.02 0.02 303.69 0.89 0.86
Hex FB BA F7 0 1A 2 2 130 59 56
Octal 373 272 367 0 32 2 2 460 131 126
Binary 11111011 10111010 11110111 0 11010 10 10 100110000 1011001 1010110

Color Harmonies of #FBBAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAF7

Black with #FBBAF7

Text Example


Text Example

White with #FBBAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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