#FEA6CF

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

Shades of Carnation Pink #FEA6CF

Tints of Carnation Pink #FEA6CF

Color information

#FEA6CF (or 0xFEA6CF) is unknown color: approx Carnation Pink. HEX triplet: FE, A6 and CF. RGB value is (254,166,207). Sum of RGB (Red+Green+Blue) = 254+166+207=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 166 (65.23% from 255 or 26.48% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6CF is #015930. Grayscale: #C4C4C4. Windows color (decimal): -88369 or 13608702. OLE color: 13608702.

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

Color convert

RGB254166207-
CMYK00.350.190.00
HSL332.05º97.78%82.35%-
HSV(B)332.05º34.65%99.61%-
XYZ65.7752.8565.77-
YUV196.99133.65168.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 166 (65.23% from 255) = 26.48%
BLUE value IS 207 (81.25% from 255) = 33.01%
R=40.51%
G=26.48%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416620700.350.190.00332.0597.7882.35
HexFEA6CF02313014c6252
Octal376246317043230514142122
Binary111111101010011011001111010001110011010100110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA6CF; }

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

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

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

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

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

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

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

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