Html Css Color HEX #FBBAF2 Lavender Rose

📋 copy color: '#FBBAF2'

red 251 ◦ green 186 ◦ blue 242

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

Shades of Lavender Rose #FBBAF2

Tints of Lavender Rose #FBBAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.64%

R = 36.97%
G = 27.39%
B = 35.64%

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

#FBBAF2 (or 0xFBBAF2) is known color: Lavender Rose. HEX triplet: FB, BA and F2. RGB value is (251,186,242). Sum of RGB (Red+Green+Blue) = 251+186+242=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 186 (73.05% from 255 or 27.39% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAF2 is #04450D. Grayscale: #D3D3D3. Windows color (decimal): -279822 or 15907579. OLE color: 15907579.

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

Color convert

RGB 251 186 242 -
CMYK 0 0.26 0.04 0.02
HSL 308.31º 0.89% 0.86% -
HSV(B) 308.31º 0.26% 0.98% -
XYZ 73.37 62.04 92.11 -
YUV 211.82 145.03 155.95 -
System Red Green Blue C M Y K H S L
Decimal 251 186 242 0 0.26 0.04 0.02 308.31 0.89 0.86
Hex FB BA F2 0 1A 4 2 134 59 56
Octal 373 272 362 0 32 4 2 464 131 126
Binary 11111011 10111010 11110010 0 11010 100 10 100110100 1011001 1010110

Color Harmonies of #FBBAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAF2

Black with #FBBAF2

Text Example


Text Example

White with #FBBAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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