Html Css Color HEX #FEABC5 Carnation Pink

📋 copy color: '#FEABC5'

red 254 ◦ green 171 ◦ blue 197

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

Shades of Carnation Pink #FEABC5

Tints of Carnation Pink #FEABC5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.49%

 BLUE value IS 197 (77.34% from 255) = 31.67%

R = 40.84%
G = 27.49%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEABC5 (or 0xFEABC5) is known color: Carnation Pink. HEX triplet: FE, AB and C5. RGB value is (254,171,197). Sum of RGB (Red+Green+Blue) = 254+171+197=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABC5 is #01543A. Grayscale: #C6C6C6. Windows color (decimal): -87099 or 12954622. OLE color: 12954622.

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

Color convert

RGB 254 171 197 -
CMYK 0 0.33 0.22 0.00
HSL 341.2º 0.98% 0.83% -
HSV(B) 341.2º 0.33% 1% -
XYZ 65.51 54.23 59.84 -
YUV 198.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 254 171 197 0 0.33 0.22 0.00 341.2 0.98 0.83
Hex FE AB C5 0 21 16 0 155 62 53
Octal 376 253 305 0 41 26 0 525 142 123
Binary 11111110 10101011 11000101 0 100001 10110 0 101010101 1100010 1010011

Color Harmonies of #FEABC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEABC5

Black with #FEABC5

Text Example


Text Example

White with #FEABC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEABC5; }

 p { color: rgb(254,171,197); }

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

background-color css

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

 a { background-color: rgb(254,171,197); }

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

border-color css

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

 span { border-color: rgb(254,171,197); }

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