Html Css Color HEX #FBBAEA Lavender Rose

📋 copy color: '#FBBAEA'

red 251 ◦ green 186 ◦ blue 234

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

Shades of Lavender Rose #FBBAEA

Tints of Lavender Rose #FBBAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.87%

R = 37.41%
G = 27.72%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBBAEA (or 0xFBBAEA) is known color: Lavender Rose. HEX triplet: FB, BA and EA. RGB value is (251,186,234). Sum of RGB (Red+Green+Blue) = 251+186+234=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 186 (73.05% from 255 or 27.72% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAEA is #044515. Grayscale: #D2D2D2. Windows color (decimal): -279830 or 15383291. OLE color: 15383291.

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

Color convert

RGB 251 186 234 -
CMYK 0 0.26 0.07 0.02
HSL 315.69º 0.89% 0.86% -
HSV(B) 315.69º 0.26% 0.98% -
XYZ 72.19 61.57 85.92 -
YUV 210.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 251 186 234 0 0.26 0.07 0.02 315.69 0.89 0.86
Hex FB BA EA 0 1A 7 2 13C 59 56
Octal 373 272 352 0 32 7 2 474 131 126
Binary 11111011 10111010 11101010 0 11010 111 10 100111100 1011001 1010110

Color Harmonies of #FBBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAEA

Black with #FBBAEA

Text Example


Text Example

White with #FBBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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