Html Css Color HEX #FEBDBF Azalea

📋 copy color: '#FEBDBF'

red 254 ◦ green 189 ◦ blue 191

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

Shades of Azalea #FEBDBF

Tints of Azalea #FEBDBF

RGB

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

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

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

R = 40.06%
G = 29.81%
B = 30.13%

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

#FEBDBF (or 0xFEBDBF) is known color: Azalea. HEX triplet: FE, BD and BF. RGB value is (254,189,191). Sum of RGB (Red+Green+Blue) = 254+189+191=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDBF is #014240. Grayscale: #D0D0D0. Windows color (decimal): -82497 or 12566014. OLE color: 12566014.

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

Color convert

RGB 254 189 191 -
CMYK 0 0.26 0.25 0.00
HSL 358.15º 0.97% 0.87% -
HSV(B) 358.15º 0.26% 1% -
XYZ 68.47 61.23 57.5 -
YUV 208.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 254 189 191 0 0.26 0.25 0.00 358.15 0.97 0.87
Hex FE BD BF 0 1A 19 0 166 61 57
Octal 376 275 277 0 32 31 0 546 141 127
Binary 11111110 10111101 10111111 0 11010 11001 0 101100110 1100001 1010111

Color Harmonies of #FEBDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDBF

Black with #FEBDBF

Text Example


Text Example

White with #FEBDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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