Html Css Color HEX #FEBDC5 Azalea

📋 copy color: '#FEBDC5'

red 254 ◦ green 189 ◦ blue 197

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

Shades of Azalea #FEBDC5

Tints of Azalea #FEBDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.78%

R = 39.69%
G = 29.53%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEBDC5 (or 0xFEBDC5) is known color: Azalea. HEX triplet: FE, BD and C5. RGB value is (254,189,197). Sum of RGB (Red+Green+Blue) = 254+189+197=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 197 (77.34% from 255 or 30.78% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDC5 is #01423A. Grayscale: #D1D1D1. Windows color (decimal): -82491 or 12959230. OLE color: 12959230.

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

Color convert

RGB 254 189 197 -
CMYK 0 0.26 0.22 0.00
HSL 352.62º 0.97% 0.87% -
HSV(B) 352.62º 0.26% 1% -
XYZ 69.15 61.5 61.05 -
YUV 209.35 121.03 159.85 -
System Red Green Blue C M Y K H S L
Decimal 254 189 197 0 0.26 0.22 0.00 352.62 0.97 0.87
Hex FE BD C5 0 1A 16 0 161 61 57
Octal 376 275 305 0 32 26 0 541 141 127
Binary 11111110 10111101 11000101 0 11010 10110 0 101100001 1100001 1010111

Color Harmonies of #FEBDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDC5

Black with #FEBDC5

Text Example


Text Example

White with #FEBDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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