Html Css Color HEX #FEBDBE Azalea

📋 copy color: '#FEBDBE'

red 254 ◦ green 189 ◦ blue 190

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

Shades of Azalea #FEBDBE

Tints of Azalea #FEBDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.86%

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

R = 40.13%
G = 29.86%
B = 30.02%

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

#FEBDBE (or 0xFEBDBE) is known color: Azalea. HEX triplet: FE, BD and BE. RGB value is (254,189,190). Sum of RGB (Red+Green+Blue) = 254+189+190=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDBE is #014241. Grayscale: #D0D0D0. Windows color (decimal): -82498 or 12500478. OLE color: 12500478.

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

Color convert

RGB 254 189 190 -
CMYK 0 0.26 0.25 0.00
HSL 359.08º 0.97% 0.87% -
HSV(B) 359.08º 0.26% 1% -
XYZ 68.36 61.18 56.92 -
YUV 208.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 254 189 190 0 0.26 0.25 0.00 359.08 0.97 0.87
Hex FE BD BE 0 1A 19 0 167 61 57
Octal 376 275 276 0 32 31 0 547 141 127
Binary 11111110 10111101 10111110 0 11010 11001 0 101100111 1100001 1010111

Color Harmonies of #FEBDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDBE

Black with #FEBDBE

Text Example


Text Example

White with #FEBDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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