Html Css Color HEX #FEA0CC Carnation Pink

📋 copy color: '#FEA0CC'

red 254 ◦ green 160 ◦ blue 204

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

Shades of Carnation Pink #FEA0CC

Tints of Carnation Pink #FEA0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.01%

R = 41.1%
G = 25.89%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEA0CC (or 0xFEA0CC) is known color: Carnation Pink. HEX triplet: FE, A0 and CC. RGB value is (254,160,204). Sum of RGB (Red+Green+Blue) = 254+160+204=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 160 (62.89% from 255 or 25.89% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0CC is #015F33. Grayscale: #C1C1C1. Windows color (decimal): -89908 or 13410558. OLE color: 13410558.

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

Color convert

RGB 254 160 204 -
CMYK 0 0.37 0.20 0.00
HSL 331.91º 0.98% 0.81% -
HSV(B) 331.91º 0.37% 1% -
XYZ 64.34 50.57 63.5 -
YUV 193.12 134.14 171.42 -
System Red Green Blue C M Y K H S L
Decimal 254 160 204 0 0.37 0.20 0.00 331.91 0.98 0.81
Hex FE A0 CC 0 25 14 0 14C 62 51
Octal 376 240 314 0 45 24 0 514 142 121
Binary 11111110 10100000 11001100 0 100101 10100 0 101001100 1100010 1010001

Color Harmonies of #FEA0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA0CC

Black with #FEA0CC

Text Example


Text Example

White with #FEA0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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