#FFA8BF

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

Shades of Carnation Pink #FFA8BF

Tints of Carnation Pink #FFA8BF

Color information

#FFA8BF (or 0xFFA8BF) is unknown color: approx Carnation Pink. HEX triplet: FF, A8 and BF. RGB value is (255,168,191). Sum of RGB (Red+Green+Blue) = 255+168+191=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 168 (66.02% from 255 or 27.36% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8BF is #005740. Grayscale: #C4C4C4. Windows color (decimal): -22337 or 12560639. OLE color: 12560639.

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

Color convert

RGB255168191-
CMYK00.340.250
HSL344.14º100%82.94%-
HSV(B)344.14º34.12%100%-
XYZ64.6553.0356.12-
YUV196.64124.82169.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.53%
GREEN value IS 168 (66.02% from 255) = 27.36%
BLUE value IS 191 (75% from 255) = 31.11%
R=41.53%
G=27.36%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516819100.340.250344.1410082.94
HexFFA8BF0221901586453
Octal377250277042310530144123
Binary111111111010100010111111010001011001010101100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA8BF; }

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

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

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

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

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

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

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

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