#FFA7BE

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

Shades of Carnation Pink #FFA7BE

Tints of Carnation Pink #FFA7BE

Color information

#FFA7BE (or 0xFFA7BE) is unknown color: approx Carnation Pink. HEX triplet: FF, A7 and BE. RGB value is (255,167,190). Sum of RGB (Red+Green+Blue) = 255+167+190=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 167 (65.62% from 255 or 27.29% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7BE is #005841. Grayscale: #C3C3C3. Windows color (decimal): -22594 or 12494847. OLE color: 12494847.

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

Color convert

RGB255167190-
CMYK00.350.250
HSL344.32º100%82.75%-
HSV(B)344.32º34.51%100%-
XYZ64.3552.6255.48-
YUV195.93124.65170.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.67%
GREEN value IS 167 (65.62% from 255) = 27.29%
BLUE value IS 190 (74.61% from 255) = 31.05%
R=41.67%
G=27.29%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516719000.350.250344.3210082.75
HexFFA7BE0231901586453
Octal377247276043310530144123
Binary111111111010011110111110010001111001010101100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA7BE; }

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

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

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

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

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

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

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

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