Html Css Color HEX #FEBCBD Azalea

📋 copy color: '#FEBCBD'

red 254 ◦ green 188 ◦ blue 189

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

Shades of Azalea #FEBCBD

Tints of Azalea #FEBCBD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.79%

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

R = 40.25%
G = 29.79%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEBCBD (or 0xFEBCBD) is known color: Azalea. HEX triplet: FE, BC and BD. RGB value is (254,188,189). Sum of RGB (Red+Green+Blue) = 254+188+189=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCBD is #014342. Grayscale: #CFCFCF. Windows color (decimal): -82755 or 12434686. OLE color: 12434686.

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

Color convert

RGB 254 188 189 -
CMYK 0 0.26 0.26 0.00
HSL 359.09º 0.97% 0.87% -
HSV(B) 359.09º 0.26% 1% -
XYZ 68.04 60.71 56.28 -
YUV 207.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 254 188 189 0 0.26 0.26 0.00 359.09 0.97 0.87
Hex FE BC BD 0 1A 1A 0 167 61 57
Octal 376 274 275 0 32 32 0 547 141 127
Binary 11111110 10111100 10111101 0 11010 11010 0 101100111 1100001 1010111

Color Harmonies of #FEBCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBCBD

Black with #FEBCBD

Text Example


Text Example

White with #FEBCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBCBD; }

 p { color: rgb(254,188,189); }

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

background-color css

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

 a { background-color: rgb(254,188,189); }

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

border-color css

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

 span { border-color: rgb(254,188,189); }

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