Html Css Color HEX #FEBBBF Azalea

📋 copy color: '#FEBBBF'

red 254 ◦ green 187 ◦ blue 191

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

Shades of Azalea #FEBBBF

Tints of Azalea #FEBBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.22%

R = 40.19%
G = 29.59%
B = 30.22%

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

#FEBBBF (or 0xFEBBBF) is known color: Azalea. HEX triplet: FE, BB and BF. RGB value is (254,187,191). Sum of RGB (Red+Green+Blue) = 254+187+191=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBBF is #014440. Grayscale: #CFCFCF. Windows color (decimal): -83009 or 12565502. OLE color: 12565502.

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

Color convert

RGB 254 187 191 -
CMYK 0 0.26 0.25 0.00
HSL 356.42º 0.97% 0.86% -
HSV(B) 356.42º 0.26% 1% -
XYZ 68.05 60.37 57.36 -
YUV 207.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 254 187 191 0 0.26 0.25 0.00 356.42 0.97 0.86
Hex FE BB BF 0 1A 19 0 164 61 56
Octal 376 273 277 0 32 31 0 544 141 126
Binary 11111110 10111011 10111111 0 11010 11001 0 101100100 1100001 1010110

Color Harmonies of #FEBBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBBBF

Black with #FEBBBF

Text Example


Text Example

White with #FEBBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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