Html Css Color HEX #FEA8CE Carnation Pink

📋 copy color: '#FEA8CE'

red 254 ◦ green 168 ◦ blue 206

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

Shades of Carnation Pink #FEA8CE

Tints of Carnation Pink #FEA8CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.8%

R = 40.45%
G = 26.75%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEA8CE (or 0xFEA8CE) is known color: Carnation Pink. HEX triplet: FE, A8 and CE. RGB value is (254,168,206). Sum of RGB (Red+Green+Blue) = 254+168+206=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 168 (66.02% from 255 or 26.75% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8CE is #015731. Grayscale: #C5C5C5. Windows color (decimal): -87858 or 13543678. OLE color: 13543678.

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

Color convert

RGB 254 168 206 -
CMYK 0 0.34 0.19 0.00
HSL 333.49º 0.98% 0.83% -
HSV(B) 333.49º 0.34% 1% -
XYZ 66.02 53.53 65.25 -
YUV 198.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 254 168 206 0 0.34 0.19 0.00 333.49 0.98 0.83
Hex FE A8 CE 0 22 13 0 14D 62 53
Octal 376 250 316 0 42 23 0 515 142 123
Binary 11111110 10101000 11001110 0 100010 10011 0 101001101 1100010 1010011

Color Harmonies of #FEA8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8CE

Black with #FEA8CE

Text Example


Text Example

White with #FEA8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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