Html Css Color HEX #FEAAC3 Carnation Pink

📋 copy color: '#FEAAC3'

red 254 ◦ green 170 ◦ blue 195

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

Shades of Carnation Pink #FEAAC3

Tints of Carnation Pink #FEAAC3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.46%

 BLUE value IS 195 (76.56% from 255) = 31.5%

R = 41.03%
G = 27.46%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FEAAC3 (or 0xFEAAC3) is known color: Carnation Pink. HEX triplet: FE, AA and C3. RGB value is (254,170,195). Sum of RGB (Red+Green+Blue) = 254+170+195=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAC3 is #01553C. Grayscale: #C5C5C5. Windows color (decimal): -87357 or 12823294. OLE color: 12823294.

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

Color convert

RGB 254 170 195 -
CMYK 0 0.33 0.23 0.00
HSL 342.14º 0.98% 0.83% -
HSV(B) 342.14º 0.33% 1% -
XYZ 65.1 53.76 58.58 -
YUV 197.97 126.33 167.97 -
System Red Green Blue C M Y K H S L
Decimal 254 170 195 0 0.33 0.23 0.00 342.14 0.98 0.83
Hex FE AA C3 0 21 17 0 156 62 53
Octal 376 252 303 0 41 27 0 526 142 123
Binary 11111110 10101010 11000011 0 100001 10111 0 101010110 1100010 1010011

Color Harmonies of #FEAAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAAC3

Black with #FEAAC3

Text Example


Text Example

White with #FEAAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAAC3; }

 p { color: rgb(254,170,195); }

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

background-color css

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

 a { background-color: rgb(254,170,195); }

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

border-color css

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

 span { border-color: rgb(254,170,195); }

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