Html Css Color HEX #FBBAF5 Lavender Rose

📋 copy color: '#FBBAF5'

red 251 ◦ green 186 ◦ blue 245

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

Shades of Lavender Rose #FBBAF5

Tints of Lavender Rose #FBBAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35.92%

R = 36.8%
G = 27.27%
B = 35.92%

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

#FBBAF5 (or 0xFBBAF5) is known color: Lavender Rose. HEX triplet: FB, BA and F5. RGB value is (251,186,245). Sum of RGB (Red+Green+Blue) = 251+186+245=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 186 (73.05% from 255 or 27.27% from 682); Blue value is 245 (96.09% from 255 or 35.92% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAF5 is #04450A. Grayscale: #D3D3D3. Windows color (decimal): -279819 or 16104187. OLE color: 16104187.

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

Color convert

RGB 251 186 245 -
CMYK 0 0.26 0.02 0.02
HSL 305.54º 0.89% 0.86% -
HSV(B) 305.54º 0.26% 0.98% -
XYZ 73.82 62.22 94.5 -
YUV 212.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 251 186 245 0 0.26 0.02 0.02 305.54 0.89 0.86
Hex FB BA F5 0 1A 2 2 132 59 56
Octal 373 272 365 0 32 2 2 462 131 126
Binary 11111011 10111010 11110101 0 11010 10 10 100110010 1011001 1010110

Color Harmonies of #FBBAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAF5

Black with #FBBAF5

Text Example


Text Example

White with #FBBAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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