Html Css Color HEX #FEBEC3 Azalea

📋 copy color: '#FEBEC3'

red 254 ◦ green 190 ◦ blue 195

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

Shades of Azalea #FEBEC3

Tints of Azalea #FEBEC3

RGB

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

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

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

R = 39.75%
G = 29.73%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FEBEC3 (or 0xFEBEC3) is known color: Azalea. HEX triplet: FE, BE and C3. RGB value is (254,190,195). Sum of RGB (Red+Green+Blue) = 254+190+195=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 195 (76.56% from 255 or 30.52% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEC3 is #01413C. Grayscale: #D1D1D1. Windows color (decimal): -82237 or 12828414. OLE color: 12828414.

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

Color convert

RGB 254 190 195 -
CMYK 0 0.25 0.23 0.00
HSL 355.31º 0.97% 0.87% -
HSV(B) 355.31º 0.25% 1% -
XYZ 69.14 61.84 59.92 -
YUV 209.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 254 190 195 0 0.25 0.23 0.00 355.31 0.97 0.87
Hex FE BE C3 0 19 17 0 163 61 57
Octal 376 276 303 0 31 27 0 543 141 127
Binary 11111110 10111110 11000011 0 11001 10111 0 101100011 1100001 1010111

Color Harmonies of #FEBEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBEC3

Black with #FEBEC3

Text Example


Text Example

White with #FEBEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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