Html Css Color HEX #FEA1CA Carnation Pink

📋 copy color: '#FEA1CA'

red 254 ◦ green 161 ◦ blue 202

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

Shades of Carnation Pink #FEA1CA

Tints of Carnation Pink #FEA1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.74%

R = 41.17%
G = 26.09%
B = 32.74%

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

#FEA1CA (or 0xFEA1CA) is known color: Carnation Pink. HEX triplet: FE, A1 and CA. RGB value is (254,161,202). Sum of RGB (Red+Green+Blue) = 254+161+202=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1CA is #015E35. Grayscale: #C1C1C1. Windows color (decimal): -89654 or 13279742. OLE color: 13279742.

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

Color convert

RGB 254 161 202 -
CMYK 0 0.37 0.20 0.00
HSL 333.55º 0.98% 0.81% -
HSV(B) 333.55º 0.37% 1% -
XYZ 64.28 50.82 62.3 -
YUV 193.48 132.81 171.17 -
System Red Green Blue C M Y K H S L
Decimal 254 161 202 0 0.37 0.20 0.00 333.55 0.98 0.81
Hex FE A1 CA 0 25 14 0 14E 62 51
Octal 376 241 312 0 45 24 0 516 142 121
Binary 11111110 10100001 11001010 0 100101 10100 0 101001110 1100010 1010001

Color Harmonies of #FEA1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA1CA

Black with #FEA1CA

Text Example


Text Example

White with #FEA1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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