Html Css Color HEX #FEBCC3 Azalea

📋 copy color: '#FEBCC3'

red 254 ◦ green 188 ◦ blue 195

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

Shades of Azalea #FEBCC3

Tints of Azalea #FEBCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.61%

R = 39.87%
G = 29.51%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FEBCC3 (or 0xFEBCC3) is known color: Azalea. HEX triplet: FE, BC and C3. RGB value is (254,188,195). Sum of RGB (Red+Green+Blue) = 254+188+195=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 195 (76.56% from 255 or 30.61% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCC3 is #01433C. Grayscale: #D0D0D0. Windows color (decimal): -82749 or 12827902. OLE color: 12827902.

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

Color convert

RGB 254 188 195 -
CMYK 0 0.26 0.23 0.00
HSL 353.64º 0.97% 0.87% -
HSV(B) 353.64º 0.26% 1% -
XYZ 68.71 60.98 59.78 -
YUV 208.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 254 188 195 0 0.26 0.23 0.00 353.64 0.97 0.87
Hex FE BC C3 0 1A 17 0 162 61 57
Octal 376 274 303 0 32 27 0 542 141 127
Binary 11111110 10111100 11000011 0 11010 10111 0 101100010 1100001 1010111

Color Harmonies of #FEBCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBCC3

Black with #FEBCC3

Text Example


Text Example

White with #FEBCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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