Html Css Color HEX #FEA8CD Carnation Pink

📋 copy color: '#FEA8CD'

red 254 ◦ green 168 ◦ blue 205

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

Shades of Carnation Pink #FEA8CD

Tints of Carnation Pink #FEA8CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.7%

R = 40.51%
G = 26.79%
B = 32.7%

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

#FEA8CD (or 0xFEA8CD) is known color: Carnation Pink. HEX triplet: FE, A8 and CD. RGB value is (254,168,205). Sum of RGB (Red+Green+Blue) = 254+168+205=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 168 (66.02% from 255 or 26.79% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8CD is #015732. Grayscale: #C5C5C5. Windows color (decimal): -87859 or 13478142. OLE color: 13478142.

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

Color convert

RGB 254 168 205 -
CMYK 0 0.34 0.19 0.00
HSL 334.19º 0.98% 0.83% -
HSV(B) 334.19º 0.34% 1% -
XYZ 65.9 53.48 64.61 -
YUV 197.93 131.99 167.99 -
System Red Green Blue C M Y K H S L
Decimal 254 168 205 0 0.34 0.19 0.00 334.19 0.98 0.83
Hex FE A8 CD 0 22 13 0 14E 62 53
Octal 376 250 315 0 42 23 0 516 142 123
Binary 11111110 10101000 11001101 0 100010 10011 0 101001110 1100010 1010011

Color Harmonies of #FEA8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8CD

Black with #FEA8CD

Text Example


Text Example

White with #FEA8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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