Html Css Color HEX #FEA6C9 Carnation Pink

📋 copy color: '#FEA6C9'

red 254 ◦ green 166 ◦ blue 201

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

Shades of Carnation Pink #FEA6C9

Tints of Carnation Pink #FEA6C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.37%

R = 40.9%
G = 26.73%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEA6C9 (or 0xFEA6C9) is known color: Carnation Pink. HEX triplet: FE, A6 and C9. RGB value is (254,166,201). Sum of RGB (Red+Green+Blue) = 254+166+201=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 166 (65.23% from 255 or 26.73% from 621); Blue value is 201 (78.91% from 255 or 32.37% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6C9 is #015936. Grayscale: #C4C4C4. Windows color (decimal): -88375 or 13215486. OLE color: 13215486.

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

Color convert

RGB 254 166 201 -
CMYK 0 0.35 0.21 0.00
HSL 336.14º 0.98% 0.82% -
HSV(B) 336.14º 0.35% 1% -
XYZ 65.05 52.56 61.97 -
YUV 196.3 130.65 169.15 -
System Red Green Blue C M Y K H S L
Decimal 254 166 201 0 0.35 0.21 0.00 336.14 0.98 0.82
Hex FE A6 C9 0 23 15 0 150 62 52
Octal 376 246 311 0 43 25 0 520 142 122
Binary 11111110 10100110 11001001 0 100011 10101 0 101010000 1100010 1010010

Color Harmonies of #FEA6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6C9

Black with #FEA6C9

Text Example


Text Example

White with #FEA6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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