Html Css Color HEX #FBBAF0 Lavender Rose

📋 copy color: '#FBBAF0'

red 251 ◦ green 186 ◦ blue 240

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

Shades of Lavender Rose #FBBAF0

Tints of Lavender Rose #FBBAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.45%

R = 37.08%
G = 27.47%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBBAF0 (or 0xFBBAF0) is known color: Lavender Rose. HEX triplet: FB, BA and F0. RGB value is (251,186,240). Sum of RGB (Red+Green+Blue) = 251+186+240=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 186 (73.05% from 255 or 27.47% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAF0 is #04450F. Grayscale: #D3D3D3. Windows color (decimal): -279824 or 15776507. OLE color: 15776507.

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

Color convert

RGB 251 186 240 -
CMYK 0 0.26 0.04 0.02
HSL 310.15º 0.89% 0.86% -
HSV(B) 310.15º 0.26% 0.98% -
XYZ 73.07 61.92 90.54 -
YUV 211.59 144.03 156.11 -
System Red Green Blue C M Y K H S L
Decimal 251 186 240 0 0.26 0.04 0.02 310.15 0.89 0.86
Hex FB BA F0 0 1A 4 2 136 59 56
Octal 373 272 360 0 32 4 2 466 131 126
Binary 11111011 10111010 11110000 0 11010 100 10 100110110 1011001 1010110

Color Harmonies of #FBBAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAF0

Black with #FBBAF0

Text Example


Text Example

White with #FBBAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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