#FFA7C0

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

Shades of Carnation Pink #FFA7C0

Tints of Carnation Pink #FFA7C0

Color information

#FFA7C0 (or 0xFFA7C0) is unknown color: approx Carnation Pink. HEX triplet: FF, A7 and C0. RGB value is (255,167,192). Sum of RGB (Red+Green+Blue) = 255+167+192=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 167 (65.62% from 255 or 27.20% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7C0 is #00583F. Grayscale: #C4C4C4. Windows color (decimal): -22592 or 12625919. OLE color: 12625919.

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

Color convert

RGB255167192-
CMYK00.350.250
HSL342.95º100%82.75%-
HSV(B)342.95º34.51%100%-
XYZ64.5752.756.64-
YUV196.16125.65169.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.53%
GREEN value IS 167 (65.62% from 255) = 27.20%
BLUE value IS 192 (75.39% from 255) = 31.27%
R=41.53%
G=27.20%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516719200.350.250342.9510082.75
HexFFA7C00231901576453
Octal377247300043310527144123
Binary111111111010011111000000010001111001010101011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA7C0; }

 p { color: rgb(255,167,192); }

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

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

 a { background-color: rgb(255,167,192); }

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

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

 span { border-color: rgb(255,167,192); }

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