Html Css Color HEX #FEA3C9 Carnation Pink

📋 copy color: '#FEA3C9'

red 254 ◦ green 163 ◦ blue 201

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

Shades of Carnation Pink #FEA3C9

Tints of Carnation Pink #FEA3C9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.38%

 BLUE value IS 201 (78.91% from 255) = 32.52%

R = 41.1%
G = 26.38%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEA3C9 (or 0xFEA3C9) is known color: Carnation Pink. HEX triplet: FE, A3 and C9. RGB value is (254,163,201). Sum of RGB (Red+Green+Blue) = 254+163+201=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 163 (64.06% from 255 or 26.38% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3C9 is #015C36. Grayscale: #C2C2C2. Windows color (decimal): -89143 or 13214718. OLE color: 13214718.

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

Color convert

RGB 254 163 201 -
CMYK 0 0.36 0.21 0.00
HSL 334.95º 0.98% 0.82% -
HSV(B) 334.95º 0.36% 1% -
XYZ 64.51 51.48 61.8 -
YUV 194.54 131.65 170.41 -
System Red Green Blue C M Y K H S L
Decimal 254 163 201 0 0.36 0.21 0.00 334.95 0.98 0.82
Hex FE A3 C9 0 24 15 0 14F 62 52
Octal 376 243 311 0 44 25 0 517 142 122
Binary 11111110 10100011 11001001 0 100100 10101 0 101001111 1100010 1010010

Color Harmonies of #FEA3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA3C9

Black with #FEA3C9

Text Example


Text Example

White with #FEA3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA3C9; }

 p { color: rgb(254,163,201); }

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

background-color css

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

 a { background-color: rgb(254,163,201); }

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

border-color css

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

 span { border-color: rgb(254,163,201); }

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