Html Css Color HEX #FEA2CD Carnation Pink

📋 copy color: '#FEA2CD'

red 254 ◦ green 162 ◦ blue 205

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

Shades of Carnation Pink #FEA2CD

Tints of Carnation Pink #FEA2CD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.09%

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

R = 40.9%
G = 26.09%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEA2CD (or 0xFEA2CD) is known color: Carnation Pink. HEX triplet: FE, A2 and CD. RGB value is (254,162,205). Sum of RGB (Red+Green+Blue) = 254+162+205=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 162 (63.67% from 255 or 26.09% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2CD is #015D32. Grayscale: #C2C2C2. Windows color (decimal): -89395 or 13476606. OLE color: 13476606.

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

Color convert

RGB 254 162 205 -
CMYK 0 0.36 0.19 0.00
HSL 331.96º 0.98% 0.82% -
HSV(B) 331.96º 0.36% 1% -
XYZ 64.81 51.32 64.25 -
YUV 194.41 133.98 170.5 -
System Red Green Blue C M Y K H S L
Decimal 254 162 205 0 0.36 0.19 0.00 331.96 0.98 0.82
Hex FE A2 CD 0 24 13 0 14C 62 52
Octal 376 242 315 0 44 23 0 514 142 122
Binary 11111110 10100010 11001101 0 100100 10011 0 101001100 1100010 1010010

Color Harmonies of #FEA2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2CD

Black with #FEA2CD

Text Example


Text Example

White with #FEA2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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