Html Css Color HEX #FBBAF8 Lavender Rose

📋 copy color: '#FBBAF8'

red 251 ◦ green 186 ◦ blue 248

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

Shades of Lavender Rose #FBBAF8

Tints of Lavender Rose #FBBAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.2%

R = 36.64%
G = 27.15%
B = 36.2%

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

#FBBAF8 (or 0xFBBAF8) is known color: Lavender Rose. HEX triplet: FB, BA and F8. RGB value is (251,186,248). Sum of RGB (Red+Green+Blue) = 251+186+248=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 186 (73.05% from 255 or 27.15% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAF8 is #044507. Grayscale: #D4D4D4. Windows color (decimal): -279816 or 16300795. OLE color: 16300795.

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

Color convert

RGB 251 186 248 -
CMYK 0 0.26 0.01 0.02
HSL 302.77º 0.89% 0.86% -
HSV(B) 302.77º 0.26% 0.98% -
XYZ 74.29 62.4 96.94 -
YUV 212.5 148.03 155.46 -
System Red Green Blue C M Y K H S L
Decimal 251 186 248 0 0.26 0.01 0.02 302.77 0.89 0.86
Hex FB BA F8 0 1A 1 2 12F 59 56
Octal 373 272 370 0 32 1 2 457 131 126
Binary 11111011 10111010 11111000 0 11010 1 10 100101111 1011001 1010110

Color Harmonies of #FBBAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAF8

Black with #FBBAF8

Text Example


Text Example

White with #FBBAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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