Html Css Color HEX #FEA6C8 Carnation Pink

📋 copy color: '#FEA6C8'

red 254 ◦ green 166 ◦ blue 200

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

Shades of Carnation Pink #FEA6C8

Tints of Carnation Pink #FEA6C8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.77%

 BLUE value IS 200 (78.52% from 255) = 32.26%

R = 40.97%
G = 26.77%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEA6C8 (or 0xFEA6C8) is known color: Carnation Pink. HEX triplet: FE, A6 and C8. RGB value is (254,166,200). Sum of RGB (Red+Green+Blue) = 254+166+200=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 166 (65.23% from 255 or 26.77% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6C8 is #015937. Grayscale: #C4C4C4. Windows color (decimal): -88376 or 13149950. OLE color: 13149950.

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

Color convert

RGB 254 166 200 -
CMYK 0 0.35 0.21 0.00
HSL 336.82º 0.98% 0.82% -
HSV(B) 336.82º 0.35% 1% -
XYZ 64.93 52.51 61.36 -
YUV 196.19 130.15 169.24 -
System Red Green Blue C M Y K H S L
Decimal 254 166 200 0 0.35 0.21 0.00 336.82 0.98 0.82
Hex FE A6 C8 0 23 15 0 151 62 52
Octal 376 246 310 0 43 25 0 521 142 122
Binary 11111110 10100110 11001000 0 100011 10101 0 101010001 1100010 1010010

Color Harmonies of #FEA6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6C8

Black with #FEA6C8

Text Example


Text Example

White with #FEA6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6C8; }

 p { color: rgb(254,166,200); }

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

background-color css

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

 a { background-color: rgb(254,166,200); }

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

border-color css

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

 span { border-color: rgb(254,166,200); }

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