Html Css Color HEX #FEABC6 Carnation Pink

📋 copy color: '#FEABC6'

red 254 ◦ green 171 ◦ blue 198

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

Shades of Carnation Pink #FEABC6

Tints of Carnation Pink #FEABC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.78%

R = 40.77%
G = 27.45%
B = 31.78%

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

#FEABC6 (or 0xFEABC6) is known color: Carnation Pink. HEX triplet: FE, AB and C6. RGB value is (254,171,198). Sum of RGB (Red+Green+Blue) = 254+171+198=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABC6 is #015439. Grayscale: #C6C6C6. Windows color (decimal): -87098 or 13020158. OLE color: 13020158.

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

Color convert

RGB 254 171 198 -
CMYK 0 0.33 0.22 0.00
HSL 340.48º 0.98% 0.83% -
HSV(B) 340.48º 0.33% 1% -
XYZ 65.63 54.27 60.44 -
YUV 198.9 127.5 167.3 -
System Red Green Blue C M Y K H S L
Decimal 254 171 198 0 0.33 0.22 0.00 340.48 0.98 0.83
Hex FE AB C6 0 21 16 0 154 62 53
Octal 376 253 306 0 41 26 0 524 142 123
Binary 11111110 10101011 11000110 0 100001 10110 0 101010100 1100010 1010011

Color Harmonies of #FEABC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEABC6

Black with #FEABC6

Text Example


Text Example

White with #FEABC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEABC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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