#FFA8C0

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

Shades of Carnation Pink #FFA8C0

Tints of Carnation Pink #FFA8C0

Color information

#FFA8C0 (or 0xFFA8C0) is unknown color: approx Carnation Pink. HEX triplet: FF, A8 and C0. RGB value is (255,168,192). Sum of RGB (Red+Green+Blue) = 255+168+192=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 168 (66.02% from 255 or 27.32% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8C0 is #00573F. Grayscale: #C4C4C4. Windows color (decimal): -22336 or 12626175. OLE color: 12626175.

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

Color convert

RGB255168192-
CMYK00.340.250
HSL343.45º100%82.94%-
HSV(B)343.45º34.12%100%-
XYZ64.7653.0756.7-
YUV196.75125.32169.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.46%
GREEN value IS 168 (66.02% from 255) = 27.32%
BLUE value IS 192 (75.39% from 255) = 31.22%
R=41.46%
G=27.32%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516819200.340.250343.4510082.94
HexFFA8C00221901576453
Octal377250300042310527144123
Binary111111111010100011000000010001011001010101011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA8C0; }

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

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

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

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

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

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

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

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