Html Css Color HEX #FEA0C2 Carnation Pink

📋 copy color: '#FEA0C2'

red 254 ◦ green 160 ◦ blue 194

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

Shades of Carnation Pink #FEA0C2

Tints of Carnation Pink #FEA0C2

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.32%

 BLUE value IS 194 (76.17% from 255) = 31.91%

R = 41.78%
G = 26.32%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEA0C2 (or 0xFEA0C2) is known color: Carnation Pink. HEX triplet: FE, A0 and C2. RGB value is (254,160,194). Sum of RGB (Red+Green+Blue) = 254+160+194=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0C2 is #015F3D. Grayscale: #BFBFBF. Windows color (decimal): -89918 or 12755198. OLE color: 12755198.

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

Color convert

RGB 254 160 194 -
CMYK 0 0.37 0.24 0.00
HSL 338.3º 0.98% 0.81% -
HSV(B) 338.3º 0.37% 1% -
XYZ 63.18 50.11 57.38 -
YUV 191.98 129.14 172.24 -
System Red Green Blue C M Y K H S L
Decimal 254 160 194 0 0.37 0.24 0.00 338.3 0.98 0.81
Hex FE A0 C2 0 25 18 0 152 62 51
Octal 376 240 302 0 45 30 0 522 142 121
Binary 11111110 10100000 11000010 0 100101 11000 0 101010010 1100010 1010001

Color Harmonies of #FEA0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA0C2

Black with #FEA0C2

Text Example


Text Example

White with #FEA0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA0C2; }

 p { color: rgb(254,160,194); }

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

background-color css

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

 a { background-color: rgb(254,160,194); }

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

border-color css

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

 span { border-color: rgb(254,160,194); }

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