Html Css Color HEX #FBBABC Azalea

📋 copy color: '#FBBABC'

red 251 ◦ green 186 ◦ blue 188

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

Shades of Azalea #FBBABC

Tints of Azalea #FBBABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.08%

R = 40.16%
G = 29.76%
B = 30.08%

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

#FBBABC (or 0xFBBABC) is known color: Azalea. HEX triplet: FB, BA and BC. RGB value is (251,186,188). Sum of RGB (Red+Green+Blue) = 251+186+188=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBABC is #044543. Grayscale: #CDCDCD. Windows color (decimal): -279876 or 12368635. OLE color: 12368635.

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

Color convert

RGB 251 186 188 -
CMYK 0 0.26 0.25 0.02
HSL 358.15º 0.89% 0.86% -
HSV(B) 358.15º 0.26% 0.98% -
XYZ 66.42 59.26 55.51 -
YUV 205.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 251 186 188 0 0.26 0.25 0.02 358.15 0.89 0.86
Hex FB BA BC 0 1A 19 2 166 59 56
Octal 373 272 274 0 32 31 2 546 131 126
Binary 11111011 10111010 10111100 0 11010 11001 10 101100110 1011001 1010110

Color Harmonies of #FBBABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBABC

Black with #FBBABC

Text Example


Text Example

White with #FBBABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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