Html Css Color HEX #FEC0C3 Azalea

📋 copy color: '#FEC0C3'

red 254 ◦ green 192 ◦ blue 195

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

Shades of Azalea #FEC0C3

Tints of Azalea #FEC0C3

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.95%

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

R = 39.63%
G = 29.95%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FEC0C3 (or 0xFEC0C3) is known color: Azalea. HEX triplet: FE, C0 and C3. RGB value is (254,192,195). Sum of RGB (Red+Green+Blue) = 254+192+195=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 192 (75.39% from 255 or 29.95% from 641); Blue value is 195 (76.56% from 255 or 30.42% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0C3 is #013F3C. Grayscale: #D2D2D2. Windows color (decimal): -81725 or 12828926. OLE color: 12828926.

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

Color convert

RGB 254 192 195 -
CMYK 0 0.24 0.23 0.00
HSL 357.1º 0.97% 0.87% -
HSV(B) 357.1º 0.24% 1% -
XYZ 69.57 62.71 60.07 -
YUV 210.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 254 192 195 0 0.24 0.23 0.00 357.1 0.97 0.87
Hex FE C0 C3 0 18 17 0 165 61 57
Octal 376 300 303 0 30 27 0 545 141 127
Binary 11111110 11000000 11000011 0 11000 10111 0 101100101 1100001 1010111

Color Harmonies of #FEC0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC0C3

Black with #FEC0C3

Text Example


Text Example

White with #FEC0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC0C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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