Html Css Color HEX #FEC1C3 Azalea

📋 copy color: '#FEC1C3'

red 254 ◦ green 193 ◦ blue 195

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

Shades of Azalea #FEC1C3

Tints of Azalea #FEC1C3

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.06%

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

R = 39.56%
G = 30.06%
B = 30.37%

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

#FEC1C3 (or 0xFEC1C3) is known color: Azalea. HEX triplet: FE, C1 and C3. RGB value is (254,193,195). Sum of RGB (Red+Green+Blue) = 254+193+195=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 193 (75.78% from 255 or 30.06% from 642); Blue value is 195 (76.56% from 255 or 30.37% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1C3 is #013E3C. Grayscale: #D3D3D3. Windows color (decimal): -81469 or 12829182. OLE color: 12829182.

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

Color convert

RGB 254 193 195 -
CMYK 0 0.24 0.23 0.00
HSL 358.03º 0.97% 0.88% -
HSV(B) 358.03º 0.24% 1% -
XYZ 69.79 63.15 60.14 -
YUV 211.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 254 193 195 0 0.24 0.23 0.00 358.03 0.97 0.88
Hex FE C1 C3 0 18 17 0 166 61 58
Octal 376 301 303 0 30 27 0 546 141 130
Binary 11111110 11000001 11000011 0 11000 10111 0 101100110 1100001 1011000

Color Harmonies of #FEC1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC1C3

Black with #FEC1C3

Text Example


Text Example

White with #FEC1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC1C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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