Html Css Color HEX #FEA6BF Carnation Pink

📋 copy color: '#FEA6BF'

red 254 ◦ green 166 ◦ blue 191

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

Shades of Carnation Pink #FEA6BF

Tints of Carnation Pink #FEA6BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.26%

R = 41.57%
G = 27.17%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEA6BF (or 0xFEA6BF) is known color: Carnation Pink. HEX triplet: FE, A6 and BF. RGB value is (254,166,191). Sum of RGB (Red+Green+Blue) = 254+166+191=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 166 (65.23% from 255 or 27.17% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6BF is #015940. Grayscale: #C3C3C3. Windows color (decimal): -88385 or 12560126. OLE color: 12560126.

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

Color convert

RGB 254 166 191 -
CMYK 0 0.35 0.25 0.00
HSL 342.95º 0.98% 0.82% -
HSV(B) 342.95º 0.35% 1% -
XYZ 63.91 52.1 55.98 -
YUV 195.16 125.65 169.97 -
System Red Green Blue C M Y K H S L
Decimal 254 166 191 0 0.35 0.25 0.00 342.95 0.98 0.82
Hex FE A6 BF 0 23 19 0 157 62 52
Octal 376 246 277 0 43 31 0 527 142 122
Binary 11111110 10100110 10111111 0 100011 11001 0 101010111 1100010 1010010

Color Harmonies of #FEA6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6BF

Black with #FEA6BF

Text Example


Text Example

White with #FEA6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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