Html Css Color HEX #FEBBBE Azalea

📋 copy color: '#FEBBBE'

red 254 ◦ green 187 ◦ blue 190

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

Shades of Azalea #FEBBBE

Tints of Azalea #FEBBBE

RGB

 RED value IS 254 (99.61% from 255) = 40.25%

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

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

R = 40.25%
G = 29.64%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEBBBE (or 0xFEBBBE) is known color: Azalea. HEX triplet: FE, BB and BE. RGB value is (254,187,190). Sum of RGB (Red+Green+Blue) = 254+187+190=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBBE is #014441. Grayscale: #CFCFCF. Windows color (decimal): -83010 or 12499966. OLE color: 12499966.

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

Color convert

RGB 254 187 190 -
CMYK 0 0.26 0.25 0.00
HSL 357.31º 0.97% 0.86% -
HSV(B) 357.31º 0.26% 1% -
XYZ 67.94 60.33 56.78 -
YUV 207.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 254 187 190 0 0.26 0.25 0.00 357.31 0.97 0.86
Hex FE BB BE 0 1A 19 0 165 61 56
Octal 376 273 276 0 32 31 0 545 141 126
Binary 11111110 10111011 10111110 0 11010 11001 0 101100101 1100001 1010110

Color Harmonies of #FEBBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBBBE

Black with #FEBBBE

Text Example


Text Example

White with #FEBBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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