Html Css Color HEX #FBBBBC Azalea

📋 copy color: '#FBBBBC'

red 251 ◦ green 187 ◦ blue 188

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

Shades of Azalea #FBBBBC

Tints of Azalea #FBBBBC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.87%

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

R = 40.1%
G = 29.87%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBBBBC (or 0xFBBBBC) is known color: Azalea. HEX triplet: FB, BB and BC. RGB value is (251,187,188). Sum of RGB (Red+Green+Blue) = 251+187+188=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBBC is #044443. Grayscale: #CECECE. Windows color (decimal): -279620 or 12368891. OLE color: 12368891.

HSL color Cylindrical-coordinate representation of color #FBBBBC: hue angle of 359.06º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBBBC is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 187 188 -
CMYK 0 0.25 0.25 0.02
HSL 359.06º 0.89% 0.86% -
HSV(B) 359.06º 0.25% 0.98% -
XYZ 66.63 59.68 55.58 -
YUV 206.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 251 187 188 0 0.25 0.25 0.02 359.06 0.89 0.86
Hex FB BB BC 0 19 19 2 167 59 56
Octal 373 273 274 0 31 31 2 547 131 126
Binary 11111011 10111011 10111100 0 11001 11001 10 101100111 1011001 1010110

Color Harmonies of #FBBBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBBBC

Black with #FBBBBC

Text Example


Text Example

White with #FBBBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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