Html Css Color HEX #FFBBBE Azalea

📋 copy color: '#FFBBBE'

red 255 ◦ green 187 ◦ blue 190

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

Shades of Azalea #FFBBBE

Tints of Azalea #FFBBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.06%

R = 40.35%
G = 29.59%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFBBBE (or 0xFFBBBE) is known color: Azalea. HEX triplet: FF, BB and BE. RGB value is (255,187,190). Sum of RGB (Red+Green+Blue) = 255+187+190=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBBE is #004441. Grayscale: #CFCFCF. Windows color (decimal): -17474 or 12499967. OLE color: 12499967.

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

Color convert

RGB 255 187 190 -
CMYK 0 0.27 0.25 0
HSL 357.35º 1% 0.87% -
HSV(B) 357.35º 0.27% 1% -
XYZ 68.3 60.52 56.8 -
YUV 207.67 118.03 161.76 -
System Red Green Blue C M Y K H S L
Decimal 255 187 190 0 0.27 0.25 0 357.35 1 0.87
Hex FF BB BE 0 1B 19 0 165 64 57
Octal 377 273 276 0 33 31 0 545 144 127
Binary 11111111 10111011 10111110 0 11011 11001 0 101100101 1100100 1010111

Color Harmonies of #FFBBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBBE

Black with #FFBBBE

Text Example


Text Example

White with #FFBBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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