Html Css Color HEX #FBBAE8 Lavender Rose

📋 copy color: '#FBBAE8'

red 251 ◦ green 186 ◦ blue 232

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

Shades of Lavender Rose #FBBAE8

Tints of Lavender Rose #FBBAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.68%

R = 37.52%
G = 27.8%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FBBAE8 (or 0xFBBAE8) is known color: Lavender Rose. HEX triplet: FB, BA and E8. RGB value is (251,186,232). Sum of RGB (Red+Green+Blue) = 251+186+232=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAE8 is #044517. Grayscale: #D2D2D2. Windows color (decimal): -279832 or 15252219. OLE color: 15252219.

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

Color convert

RGB 251 186 232 -
CMYK 0 0.26 0.08 0.02
HSL 317.54º 0.89% 0.86% -
HSV(B) 317.54º 0.26% 0.98% -
XYZ 71.91 61.45 84.42 -
YUV 210.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 251 186 232 0 0.26 0.08 0.02 317.54 0.89 0.86
Hex FB BA E8 0 1A 8 2 13E 59 56
Octal 373 272 350 0 32 10 2 476 131 126
Binary 11111011 10111010 11101000 0 11010 1000 10 100111110 1011001 1010110

Color Harmonies of #FBBAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAE8

Black with #FBBAE8

Text Example


Text Example

White with #FBBAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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