Html Css Color HEX #FBBABD Azalea

📋 copy color: '#FBBABD'

red 251 ◦ green 186 ◦ blue 189

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

Shades of Azalea #FBBABD

Tints of Azalea #FBBABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.19%

R = 40.1%
G = 29.71%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBBABD (or 0xFBBABD) is known color: Azalea. HEX triplet: FB, BA and BD. RGB value is (251,186,189). Sum of RGB (Red+Green+Blue) = 251+186+189=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBABD is #044542. Grayscale: #CDCDCD. Windows color (decimal): -279875 or 12434171. OLE color: 12434171.

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

Color convert

RGB 251 186 189 -
CMYK 0 0.26 0.25 0.02
HSL 357.23º 0.89% 0.86% -
HSV(B) 357.23º 0.26% 0.98% -
XYZ 66.53 59.3 56.08 -
YUV 205.78 118.53 160.26 -
System Red Green Blue C M Y K H S L
Decimal 251 186 189 0 0.26 0.25 0.02 357.23 0.89 0.86
Hex FB BA BD 0 1A 19 2 165 59 56
Octal 373 272 275 0 32 31 2 545 131 126
Binary 11111011 10111010 10111101 0 11010 11001 10 101100101 1011001 1010110

Color Harmonies of #FBBABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBABD

Black with #FBBABD

Text Example


Text Example

White with #FBBABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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