Html Css Color HEX #FFBBBD Azalea

📋 copy color: '#FFBBBD'

red 255 ◦ green 187 ◦ blue 189

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

Shades of Azalea #FFBBBD

Tints of Azalea #FFBBBD

RGB

 RED value IS 255 (100% from 255) = 40.41%

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

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

R = 40.41%
G = 29.64%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FFBBBD (or 0xFFBBBD) is known color: Azalea. HEX triplet: FF, BB and BD. RGB value is (255,187,189). Sum of RGB (Red+Green+Blue) = 255+187+189=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBBD is #004442. Grayscale: #CFCFCF. Windows color (decimal): -17475 or 12434431. OLE color: 12434431.

HSL color Cylindrical-coordinate representation of color #FFBBBD: hue angle of 358.24º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBBBD is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB 255 187 189 -
CMYK 0 0.27 0.26 0
HSL 358.24º 1% 0.87% -
HSV(B) 358.24º 0.27% 1% -
XYZ 68.2 60.47 56.22 -
YUV 207.56 117.53 161.84 -
System Red Green Blue C M Y K H S L
Decimal 255 187 189 0 0.27 0.26 0 358.24 1 0.87
Hex FF BB BD 0 1B 1A 0 166 64 57
Octal 377 273 275 0 33 32 0 546 144 127
Binary 11111111 10111011 10111101 0 11011 11010 0 101100110 1100100 1010111

Color Harmonies of #FFBBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBBD

Black with #FFBBBD

Text Example


Text Example

White with #FFBBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBBD; }

 p { color: rgb(255,187,189); }

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

background-color css

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

 a { background-color: rgb(255,187,189); }

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

border-color css

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

 span { border-color: rgb(255,187,189); }

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