Html Css Color HEX #FEBCC0 Azalea

📋 copy color: '#FEBCC0'

red 254 ◦ green 188 ◦ blue 192

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

Shades of Azalea #FEBCC0

Tints of Azalea #FEBCC0

RGB

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

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

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

R = 40.06%
G = 29.65%
B = 30.28%

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

#FEBCC0 (or 0xFEBCC0) is known color: Azalea. HEX triplet: FE, BC and C0. RGB value is (254,188,192). Sum of RGB (Red+Green+Blue) = 254+188+192=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCC0 is #01433F. Grayscale: #D0D0D0. Windows color (decimal): -82752 or 12631294. OLE color: 12631294.

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

Color convert

RGB 254 188 192 -
CMYK 0 0.26 0.24 0.00
HSL 356.36º 0.97% 0.87% -
HSV(B) 356.36º 0.26% 1% -
XYZ 68.37 60.84 58.01 -
YUV 208.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 254 188 192 0 0.26 0.24 0.00 356.36 0.97 0.87
Hex FE BC C0 0 1A 18 0 164 61 57
Octal 376 274 300 0 32 30 0 544 141 127
Binary 11111110 10111100 11000000 0 11010 11000 0 101100100 1100001 1010111

Color Harmonies of #FEBCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBCC0

Black with #FEBCC0

Text Example


Text Example

White with #FEBCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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