Html Css Color HEX #FEBEC0 Azalea

📋 copy color: '#FEBEC0'

red 254 ◦ green 190 ◦ blue 192

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

Shades of Azalea #FEBEC0

Tints of Azalea #FEBEC0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.87%

 BLUE value IS 192 (75.39% from 255) = 30.19%

R = 39.94%
G = 29.87%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEBEC0 (or 0xFEBEC0) is known color: Azalea. HEX triplet: FE, BE and C0. RGB value is (254,190,192). Sum of RGB (Red+Green+Blue) = 254+190+192=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 192 (75.39% from 255 or 30.19% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEC0 is #01413F. Grayscale: #D1D1D1. Windows color (decimal): -82240 or 12631806. OLE color: 12631806.

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

Color convert

RGB 254 190 192 -
CMYK 0 0.25 0.24 0.00
HSL 358.13º 0.97% 0.87% -
HSV(B) 358.13º 0.25% 1% -
XYZ 68.8 61.7 58.15 -
YUV 209.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 254 190 192 0 0.25 0.24 0.00 358.13 0.97 0.87
Hex FE BE C0 0 19 18 0 166 61 57
Octal 376 276 300 0 31 30 0 546 141 127
Binary 11111110 10111110 11000000 0 11001 11000 0 101100110 1100001 1010111

Color Harmonies of #FEBEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBEC0

Black with #FEBEC0

Text Example


Text Example

White with #FEBEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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