Html Css Color HEX #FEAECA Carnation Pink

📋 copy color: '#FEAECA'

red 254 ◦ green 174 ◦ blue 202

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

Shades of Carnation Pink #FEAECA

Tints of Carnation Pink #FEAECA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.62%

 BLUE value IS 202 (79.3% from 255) = 32.06%

R = 40.32%
G = 27.62%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEAECA (or 0xFEAECA) is known color: Carnation Pink. HEX triplet: FE, AE and CA. RGB value is (254,174,202). Sum of RGB (Red+Green+Blue) = 254+174+202=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAECA is #015135. Grayscale: #C9C9C9. Windows color (decimal): -86326 or 13283070. OLE color: 13283070.

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

Color convert

RGB 254 174 202 -
CMYK 0 0.31 0.20 0.00
HSL 339º 0.98% 0.84% -
HSV(B) 339º 0.31% 1% -
XYZ 66.67 55.61 63.1 -
YUV 201.11 128.5 165.72 -
System Red Green Blue C M Y K H S L
Decimal 254 174 202 0 0.31 0.20 0.00 339 0.98 0.84
Hex FE AE CA 0 1F 14 0 153 62 54
Octal 376 256 312 0 37 24 0 523 142 124
Binary 11111110 10101110 11001010 0 11111 10100 0 101010011 1100010 1010100

Color Harmonies of #FEAECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAECA

Black with #FEAECA

Text Example


Text Example

White with #FEAECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAECA; }

 p { color: rgb(254,174,202); }

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

background-color css

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

 a { background-color: rgb(254,174,202); }

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

border-color css

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

 span { border-color: rgb(254,174,202); }

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