#FEA7BF

Color #FEA7BF Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FEA7BF

Tints of Carnation Pink #FEA7BF

Color information

#FEA7BF (or 0xFEA7BF) is unknown color: approx Carnation Pink. HEX triplet: FE, A7 and BF. RGB value is (254,167,191). Sum of RGB (Red+Green+Blue) = 254+167+191=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 167 (65.62% from 255 or 27.29% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7BF is #015840. Grayscale: #C3C3C3. Windows color (decimal): -88129 or 12560382. OLE color: 12560382.

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

Color convert

RGB254167191-
CMYK00.340.250.00
HSL343.45º97.75%82.55%-
HSV(B)343.45º34.25%99.61%-
XYZ64.152.4756.04-
YUV195.75125.32169.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 167 (65.62% from 255) = 27.29%
BLUE value IS 191 (75% from 255) = 31.21%
R=41.50%
G=27.29%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416719100.340.250.00343.4597.7582.55
HexFEA7BF0221901576253
Octal376247277042310527142123
Binary111111101010011110111111010001011001010101011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA7BF; }

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

 H1.HeaderClassName
 {
   color: #FEA7BF;
 }
 .AnyTagClassName
 {
   color: #FEA7BF;
 }
</style>
background-color css

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

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

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

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

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

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