Html Css Color HEX #FEBDC2 Azalea

📋 copy color: '#FEBDC2'

red 254 ◦ green 189 ◦ blue 194

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

Shades of Azalea #FEBDC2

Tints of Azalea #FEBDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.46%

R = 39.87%
G = 29.67%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEBDC2 (or 0xFEBDC2) is known color: Azalea. HEX triplet: FE, BD and C2. RGB value is (254,189,194). Sum of RGB (Red+Green+Blue) = 254+189+194=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 194 (76.17% from 255 or 30.46% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDC2 is #01423D. Grayscale: #D1D1D1. Windows color (decimal): -82494 or 12762622. OLE color: 12762622.

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

Color convert

RGB 254 189 194 -
CMYK 0 0.26 0.24 0.00
HSL 355.38º 0.97% 0.87% -
HSV(B) 355.38º 0.26% 1% -
XYZ 68.81 61.36 59.26 -
YUV 209.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 254 189 194 0 0.26 0.24 0.00 355.38 0.97 0.87
Hex FE BD C2 0 1A 18 0 163 61 57
Octal 376 275 302 0 32 30 0 543 141 127
Binary 11111110 10111101 11000010 0 11010 11000 0 101100011 1100001 1010111

Color Harmonies of #FEBDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDC2

Black with #FEBDC2

Text Example


Text Example

White with #FEBDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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