Html Css Color HEX #FEBCC1 Azalea

📋 copy color: '#FEBCC1'

red 254 ◦ green 188 ◦ blue 193

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

Shades of Azalea #FEBCC1

Tints of Azalea #FEBCC1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.61%

 BLUE value IS 193 (75.78% from 255) = 30.39%

R = 40%
G = 29.61%
B = 30.39%

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

#FEBCC1 (or 0xFEBCC1) is known color: Azalea. HEX triplet: FE, BC and C1. RGB value is (254,188,193). Sum of RGB (Red+Green+Blue) = 254+188+193=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCC1 is #01433E. Grayscale: #D0D0D0. Windows color (decimal): -82751 or 12696830. OLE color: 12696830.

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

Color convert

RGB 254 188 193 -
CMYK 0 0.26 0.24 0.00
HSL 355.45º 0.97% 0.87% -
HSV(B) 355.45º 0.26% 1% -
XYZ 68.48 60.89 58.6 -
YUV 208.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 254 188 193 0 0.26 0.24 0.00 355.45 0.97 0.87
Hex FE BC C1 0 1A 18 0 163 61 57
Octal 376 274 301 0 32 30 0 543 141 127
Binary 11111110 10111100 11000001 0 11010 11000 0 101100011 1100001 1010111

Color Harmonies of #FEBCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBCC1

Black with #FEBCC1

Text Example


Text Example

White with #FEBCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBCC1; }

 p { color: rgb(254,188,193); }

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

background-color css

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

 a { background-color: rgb(254,188,193); }

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

border-color css

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

 span { border-color: rgb(254,188,193); }

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