Html Css Color HEX #FEA1CF Carnation Pink

📋 copy color: '#FEA1CF'

red 254 ◦ green 161 ◦ blue 207

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

Shades of Carnation Pink #FEA1CF

Tints of Carnation Pink #FEA1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.28%

R = 40.84%
G = 25.88%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEA1CF (or 0xFEA1CF) is known color: Carnation Pink. HEX triplet: FE, A1 and CF. RGB value is (254,161,207). Sum of RGB (Red+Green+Blue) = 254+161+207=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 161 (63.28% from 255 or 25.88% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1CF is #015E30. Grayscale: #C1C1C1. Windows color (decimal): -89649 or 13607422. OLE color: 13607422.

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

Color convert

RGB 254 161 207 -
CMYK 0 0.37 0.19 0.00
HSL 330.32º 0.98% 0.81% -
HSV(B) 330.32º 0.37% 1% -
XYZ 64.88 51.07 65.47 -
YUV 194.05 135.31 170.76 -
System Red Green Blue C M Y K H S L
Decimal 254 161 207 0 0.37 0.19 0.00 330.32 0.98 0.81
Hex FE A1 CF 0 25 13 0 14A 62 51
Octal 376 241 317 0 45 23 0 512 142 121
Binary 11111110 10100001 11001111 0 100101 10011 0 101001010 1100010 1010001

Color Harmonies of #FEA1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA1CF

Black with #FEA1CF

Text Example


Text Example

White with #FEA1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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