Html Css Color HEX #FEA1CC Carnation Pink

📋 copy color: '#FEA1CC'

red 254 ◦ green 161 ◦ blue 204

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

Shades of Carnation Pink #FEA1CC

Tints of Carnation Pink #FEA1CC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.01%

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

R = 41.03%
G = 26.01%
B = 32.96%

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

#FEA1CC (or 0xFEA1CC) is known color: Carnation Pink. HEX triplet: FE, A1 and CC. RGB value is (254,161,204). Sum of RGB (Red+Green+Blue) = 254+161+204=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 161 (63.28% from 255 or 26.01% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1CC is #015E33. Grayscale: #C1C1C1. Windows color (decimal): -89652 or 13410814. OLE color: 13410814.

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

Color convert

RGB 254 161 204 -
CMYK 0 0.37 0.20 0.00
HSL 332.26º 0.98% 0.81% -
HSV(B) 332.26º 0.37% 1% -
XYZ 64.52 50.92 63.55 -
YUV 193.71 133.81 171 -
System Red Green Blue C M Y K H S L
Decimal 254 161 204 0 0.37 0.20 0.00 332.26 0.98 0.81
Hex FE A1 CC 0 25 14 0 14C 62 51
Octal 376 241 314 0 45 24 0 514 142 121
Binary 11111110 10100001 11001100 0 100101 10100 0 101001100 1100010 1010001

Color Harmonies of #FEA1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA1CC

Black with #FEA1CC

Text Example


Text Example

White with #FEA1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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