Html Css Color HEX #FEA8C9 Carnation Pink

📋 copy color: '#FEA8C9'

red 254 ◦ green 168 ◦ blue 201

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

Shades of Carnation Pink #FEA8C9

Tints of Carnation Pink #FEA8C9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.97%

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

R = 40.77%
G = 26.97%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEA8C9 (or 0xFEA8C9) is known color: Carnation Pink. HEX triplet: FE, A8 and C9. RGB value is (254,168,201). Sum of RGB (Red+Green+Blue) = 254+168+201=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8C9 is #015736. Grayscale: #C5C5C5. Windows color (decimal): -87863 or 13215998. OLE color: 13215998.

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

Color convert

RGB 254 168 201 -
CMYK 0 0.34 0.21 0.00
HSL 336.98º 0.98% 0.83% -
HSV(B) 336.98º 0.34% 1% -
XYZ 65.42 53.29 62.1 -
YUV 197.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 254 168 201 0 0.34 0.21 0.00 336.98 0.98 0.83
Hex FE A8 C9 0 22 15 0 151 62 53
Octal 376 250 311 0 42 25 0 521 142 123
Binary 11111110 10101000 11001001 0 100010 10101 0 101010001 1100010 1010011

Color Harmonies of #FEA8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8C9

Black with #FEA8C9

Text Example


Text Example

White with #FEA8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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