Html Css Color HEX #FBBAF3 Lavender Rose

📋 copy color: '#FBBAF3'

red 251 ◦ green 186 ◦ blue 243

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

Shades of Lavender Rose #FBBAF3

Tints of Lavender Rose #FBBAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.74%

R = 36.91%
G = 27.35%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FBBAF3 (or 0xFBBAF3) is known color: Lavender Rose. HEX triplet: FB, BA and F3. RGB value is (251,186,243). Sum of RGB (Red+Green+Blue) = 251+186+243=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 186 (73.05% from 255 or 27.35% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAF3 is #04450C. Grayscale: #D3D3D3. Windows color (decimal): -279821 or 15973115. OLE color: 15973115.

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

Color convert

RGB 251 186 243 -
CMYK 0 0.26 0.03 0.02
HSL 307.38º 0.89% 0.86% -
HSV(B) 307.38º 0.26% 0.98% -
XYZ 73.52 62.1 92.91 -
YUV 211.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 251 186 243 0 0.26 0.03 0.02 307.38 0.89 0.86
Hex FB BA F3 0 1A 3 2 133 59 56
Octal 373 272 363 0 32 3 2 463 131 126
Binary 11111011 10111010 11110011 0 11010 11 10 100110011 1011001 1010110

Color Harmonies of #FBBAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAF3

Black with #FBBAF3

Text Example


Text Example

White with #FBBAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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