Html Css Color HEX #FEA6C0 Carnation Pink

📋 copy color: '#FEA6C0'

red 254 ◦ green 166 ◦ blue 192

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

Shades of Carnation Pink #FEA6C0

Tints of Carnation Pink #FEA6C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.37%

R = 41.5%
G = 27.12%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEA6C0 (or 0xFEA6C0) is known color: Carnation Pink. HEX triplet: FE, A6 and C0. RGB value is (254,166,192). Sum of RGB (Red+Green+Blue) = 254+166+192=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 166 (65.23% from 255 or 27.12% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6C0 is #01593F. Grayscale: #C3C3C3. Windows color (decimal): -88384 or 12625662. OLE color: 12625662.

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

Color convert

RGB 254 166 192 -
CMYK 0 0.35 0.24 0.00
HSL 342.27º 0.98% 0.82% -
HSV(B) 342.27º 0.35% 1% -
XYZ 64.02 52.15 56.56 -
YUV 195.28 126.15 169.89 -
System Red Green Blue C M Y K H S L
Decimal 254 166 192 0 0.35 0.24 0.00 342.27 0.98 0.82
Hex FE A6 C0 0 23 18 0 156 62 52
Octal 376 246 300 0 43 30 0 526 142 122
Binary 11111110 10100110 11000000 0 100011 11000 0 101010110 1100010 1010010

Color Harmonies of #FEA6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6C0

Black with #FEA6C0

Text Example


Text Example

White with #FEA6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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