Html Css Color HEX #FEA6C5 Carnation Pink

📋 copy color: '#FEA6C5'

red 254 ◦ green 166 ◦ blue 197

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

Shades of Carnation Pink #FEA6C5

Tints of Carnation Pink #FEA6C5

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.9%

 BLUE value IS 197 (77.34% from 255) = 31.93%

R = 41.17%
G = 26.9%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEA6C5 (or 0xFEA6C5) is known color: Carnation Pink. HEX triplet: FE, A6 and C5. RGB value is (254,166,197). Sum of RGB (Red+Green+Blue) = 254+166+197=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 166 (65.23% from 255 or 26.90% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6C5 is #01593A. Grayscale: #C3C3C3. Windows color (decimal): -88379 or 12953342. OLE color: 12953342.

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

Color convert

RGB 254 166 197 -
CMYK 0 0.35 0.22 0.00
HSL 338.86º 0.98% 0.82% -
HSV(B) 338.86º 0.35% 1% -
XYZ 64.59 52.37 59.53 -
YUV 195.85 128.65 169.48 -
System Red Green Blue C M Y K H S L
Decimal 254 166 197 0 0.35 0.22 0.00 338.86 0.98 0.82
Hex FE A6 C5 0 23 16 0 153 62 52
Octal 376 246 305 0 43 26 0 523 142 122
Binary 11111110 10100110 11000101 0 100011 10110 0 101010011 1100010 1010010

Color Harmonies of #FEA6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6C5

Black with #FEA6C5

Text Example


Text Example

White with #FEA6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6C5; }

 p { color: rgb(254,166,197); }

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

background-color css

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

 a { background-color: rgb(254,166,197); }

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

border-color css

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

 span { border-color: rgb(254,166,197); }

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