Html Css Color HEX #FEA6C7 Carnation Pink

📋 copy color: '#FEA6C7'

red 254 ◦ green 166 ◦ blue 199

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

Shades of Carnation Pink #FEA6C7

Tints of Carnation Pink #FEA6C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.15%

R = 41.03%
G = 26.82%
B = 32.15%

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

#FEA6C7 (or 0xFEA6C7) is known color: Carnation Pink. HEX triplet: FE, A6 and C7. RGB value is (254,166,199). Sum of RGB (Red+Green+Blue) = 254+166+199=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 166 (65.23% from 255 or 26.82% from 619); Blue value is 199 (78.12% from 255 or 32.15% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6C7 is #015938. Grayscale: #C4C4C4. Windows color (decimal): -88377 or 13084414. OLE color: 13084414.

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

Color convert

RGB 254 166 199 -
CMYK 0 0.35 0.22 0.00
HSL 337.5º 0.98% 0.82% -
HSV(B) 337.5º 0.35% 1% -
XYZ 64.82 52.47 60.74 -
YUV 196.07 129.65 169.32 -
System Red Green Blue C M Y K H S L
Decimal 254 166 199 0 0.35 0.22 0.00 337.5 0.98 0.82
Hex FE A6 C7 0 23 16 0 152 62 52
Octal 376 246 307 0 43 26 0 522 142 122
Binary 11111110 10100110 11000111 0 100011 10110 0 101010010 1100010 1010010

Color Harmonies of #FEA6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6C7

Black with #FEA6C7

Text Example


Text Example

White with #FEA6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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