Html Css Color HEX #FEC6CA Azalea

📋 copy color: '#FEC6CA'

red 254 ◦ green 198 ◦ blue 202

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

Shades of Azalea #FEC6CA

Tints of Azalea #FEC6CA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.28%

 BLUE value IS 202 (79.3% from 255) = 30.89%

R = 38.84%
G = 30.28%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEC6CA (or 0xFEC6CA) is known color: Azalea. HEX triplet: FE, C6 and CA. RGB value is (254,198,202). Sum of RGB (Red+Green+Blue) = 254+198+202=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6CA is #013935. Grayscale: #D7D7D7. Windows color (decimal): -80182 or 13289214. OLE color: 13289214.

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

Color convert

RGB 254 198 202 -
CMYK 0 0.22 0.20 0.00
HSL 355.71º 0.97% 0.89% -
HSV(B) 355.71º 0.22% 1% -
XYZ 71.73 65.72 64.78 -
YUV 215.2 120.55 155.67 -
System Red Green Blue C M Y K H S L
Decimal 254 198 202 0 0.22 0.20 0.00 355.71 0.97 0.89
Hex FE C6 CA 0 16 14 0 164 61 59
Octal 376 306 312 0 26 24 0 544 141 131
Binary 11111110 11000110 11001010 0 10110 10100 0 101100100 1100001 1011001

Color Harmonies of #FEC6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC6CA

Black with #FEC6CA

Text Example


Text Example

White with #FEC6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC6CA; }

 p { color: rgb(254,198,202); }

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

background-color css

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

 a { background-color: rgb(254,198,202); }

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

border-color css

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

 span { border-color: rgb(254,198,202); }

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